in reply to Re: Another problem with XML parser
in thread Another problem with XML parser
the code i wrote was just a little part, but i have multiple istance of ContentElement and I have to solve the problem on all the tags of xml. But I'll try to modify my code with the your. I have splitted the open/close in write because when i started to implement the code i was a newby (maybe I'm still newby).<Header> <IpNumber>AC_1234</IpNumber> </Header> <ContentElement> <IdNumber>yyyyyyyy-yy</IdNumber> <InstanceNumber>001463010000016</InstanceNumber> </ContentElement> <ContentElement> <IdNumber>zzzzzzzz-zz</IdNumber> <InstanceNumber>0000000000000000</InstanceNumber> </ContentElement> <ContentElement> <IdNumber>xxxxxxxx-xx</IdNumber> <InstanceNumber>111111111111111</InstanceNumber> </ContentElement> <ContentElement> <IdNumber>aaaaaaaaa-aa</IdNumber> <InstanceNumber>222222222222222</InstanceNumber> </ContentElement>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Another problem with XML parser
by Your Mother (Archbishop) on Nov 12, 2009 at 03:42 UTC | |
by Paulux (Acolyte) on Nov 23, 2009 at 11:26 UTC | |
by Anonymous Monk on Nov 16, 2009 at 10:23 UTC | |
by Your Mother (Archbishop) on Nov 17, 2009 at 05:42 UTC | |
by gmargo (Hermit) on Nov 16, 2009 at 13:44 UTC | |
by Paulux (Acolyte) on Nov 17, 2009 at 09:21 UTC | |
by gmargo (Hermit) on Nov 17, 2009 at 13:09 UTC | |
by Paulux (Acolyte) on Nov 16, 2009 at 11:54 UTC |