in reply to XML Parsing Problems
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML Parsing Problems
by Discipulus (Canon) on Jun 09, 2015 at 07:21 UTC | |
|
Re^2: XML Parsing Problems
by Jenda (Abbot) on Oct 13, 2015 at 11:25 UTC |