Re: Help using XML::Parser

2002-10-31 Thread Todd Beverly
Thomas R Wyant_III wrote: snip The things that XML::Simple will lose for you include: snip * The order of duplicate tags (e.g. multiple Member tags). Does this mean that contents of the value array in the code below could be out of order? I ran it through 10 value/value tags and

RE: Help using XML::Parser

2002-10-30 Thread Norris, Joseph
That's what I use. I have some sample code of how to use it if you would like. -Original Message- From: Philip Morley [mailto:PMorley;edisonmission.com] Sent: Wednesday, October 30, 2002 8:28 AM To: [EMAIL PROTECTED] Subject: Help using XML::Parser I am new to using XML, so can someone

Re: Help using XML::Parser

2002-10-30 Thread Thomas R Wyant_III
Phil - You might want to look at XML::Simple. I get the impression XML::Parser is the foundation of a _lot_ of XML code (including XML::Simple). XML::Simple will load the XML into a data structure that looks a lot more like what you probably want to massage with Perl. It goes to considerable