in reply to parsing multi level XML with XML::Simple

If the datastructure as printed by Data::Dumper does't look convenient, you may tweak it by the XML::Simple's options. Do look especially at KeyAttr and ForceArray. Another option is to use XML::Rules ... it'll give you even more control. And, if needed, it'll let you handle the XML as it's being parsed. See Simpler than XML::Simple.

Jenda
Enoch was right!
Enjoy the last years of Rome.

  • Comment on Re: parsing multi level XML with XML::Simple