XML::Simple is not the best solution for a complex XML structure like that. Much better solutions are XML::LibXML with its findnodes functions, which takes XPath expressions (one decent introductory resource on that is http://www.w3schools.com/xpath/), XML::Twig, and I've seen XML::Rules recommended a few times (although I can't yet speak from experience on that one). If you don't like XML::LibXML's interface then give XML::Twig a try.
In reply to Re: XML Parsing Problems
by Anonymous Monk
in thread XML Parsing Problems
by taralon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |