Sidd has asked for the wisdom of the Perl Monks concerning the following question:
<?xml version="1.0" encoding="utf-8" ?> <Config type="Tabs"> <Core active="true"> <CategoryID>a</CategoryID> </Core> <ShoeBank> <default>1</default> <Shoe> <Name>a</Name> <Image>a.jpg</Image> <MainClip>a.swf</MainClip> <ShoeConfigXML>a.xml</ShoeConfigXML> </Shoe> <Shoe> <Name>b</Name> <Image>b.jpg</Image> <MainClip>b.swf</MainClip> <ShoeConfigXML>b.xml</ShoeConfigXML> </Shoe> </ShoeBank> </Config>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with parsing an XML using XML::Simple
by davido (Cardinal) on Aug 18, 2011 at 08:01 UTC | |
by chrestomanci (Priest) on Aug 18, 2011 at 09:16 UTC | |
|
Re: Problem with parsing an XML using XML::Simple
by tinita (Parson) on Aug 18, 2011 at 10:27 UTC | |
|
Re: Problem with parsing an XML using XML::Simple
by Nikhil Jain (Monk) on Aug 18, 2011 at 08:57 UTC | |
by Sidd (Initiate) on Aug 18, 2011 at 10:16 UTC |