Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
<?xml version="1.0" encoding="UTF-8"?> <web property="perl.com" id="12345" date="2004-07-29"> <level> <page name="dodo bird"/> <page name="camel"/> </level> <content> <file type="text/*" number="123" bytes="654322"/> <file type="image/*" number="23" bytes="7654322"/> </content> <user> <Product> <Name>Product1</Name> <Quantity>1</Quantity> </Product> <Product> <Name>Product2</Name> <Quantity>1</Quantity> </Product> </user> </web>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML Parsing Woes
by davorg (Chancellor) on Aug 05, 2004 at 14:24 UTC | |
by Anonymous Monk on Aug 05, 2004 at 14:33 UTC | |
by merlyn (Sage) on Aug 05, 2004 at 14:38 UTC | |
by Anonymous Monk on Aug 06, 2004 at 17:37 UTC |