asiufy has asked for the wisdom of the Perl Monks concerning the following question:
As all of you know, XML::Simple won't return the structure in the exact same way as the original XML structure.<test id="1"> <name>Example 1</name> </test> <test id="2"> <name>Example 2</name> </test> <test id="yo"> <name>Example 3</name> </test>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help parsing XML (boo)
by boo_radley (Parson) on Jan 29, 2002 at 01:54 UTC | |
|
Re: Help parsing XML
by ferrency (Deacon) on Jan 29, 2002 at 02:24 UTC | |
|
Re: Help parsing XML
by krujos (Curate) on Jan 29, 2002 at 04:24 UTC | |
|
Re: Help parsing XML
by mirod (Canon) on Jan 31, 2002 at 09:40 UTC | |
|
Re: Help parsing XML
by Matts (Deacon) on Feb 01, 2002 at 23:30 UTC |