in reply to Re^2: Traversing arbitrarily deep and baggy structures
in thread Traversing arbitrarily deep and baggy structures

Slow? XML::Parser is a turtle in comparison! XML::LibXML is 20x faster than XML::Parser via XML::Simple. (XML::Parser alone doesn't create a tree.)

Either way, there is a generic XPath module that can be adapted to any tree structure.

  • Comment on Re^3: Traversing arbitrarily deep and baggy structures