in reply to XML Parsing
According to the documentation I have read, you are right. XML::Simple will not do what you want but XML::Parser will. Further, it appears XML::Parser can be used in Table mode and will return an array much like what you appear to be asking for - saving you the pain of dealing with the Stream mode directly.
I found a good series of articles at Perl Month and, more to your problem, this article
Mik
Mik Firestone ( perlus bigotus maximus )
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Re: XML Parsing
by btrott (Parson) on Apr 12, 2000 at 21:55 UTC | |
by madhavim (Initiate) on Jan 22, 2008 at 13:28 UTC | |
by Joost (Canon) on Jan 22, 2008 at 13:41 UTC |