| Stephen W. Thomas 2005-04-26, 5:53 pm |
| Hello.
Are any of the fields optional or many to one?
I have seen all kinds of unpredictable results with optional fields, early
termination, etc. Also, make sure you are testing through a true Receive
Pipeline rather then inside Visual Studios. This will yield different
results.
If you wanted to send me your schema and sample file I can take a look at
it. Just send to swthomas@NOSPAMbiztalkgurus.com just remove the nospam part.
Stephen W. Thomas
http://www.geekswithblogs.net/sthomas
"Jerome" wrote:
> Hello!
>
> I want to parse this schema:
>
> <Root> (delimiter 0x0D 0x0A postfix; parser optimi=complexity;
> lookahead_d=0)
> <Header> (positional with Tag identifier and offset)
> <Field1>
> <Field2>
> </Header>
> <Node1> (positional with Tag identifier and offset)
> <Field3>
> <Field4>
> </Node1>
> <Node2> (positional WITHOUT Tag identifier and offset)
> <Node3> (positional with Tag identifier and offset)
> <Field5>
> <Field6>
> </Node3>
> <Node4> (positional with Tag identifier and offset)
> <Field8>
> <Field9>
> </Node4>
> </Node2>
>
> Header, Node 1 and Node 3 are well parsed but not Node 4 !!
> If u have any ideas...
>
> Thanks
> Jerome
>
|