in reply to XML-Twig: more efficient tree processing
If the XML tree is large, and you find yourself writing a lot of logic to search through it ... I ... very(!) cautiously ... wonder if you should in fact be using XML::LibXML and using XPath expressions rather than Perl logic to navigate through the tree?
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML-Twig: more efficient tree processing
by ambrus (Abbot) on Aug 08, 2012 at 21:17 UTC | |
by Anonymous Monk on Aug 09, 2012 at 08:04 UTC | |
|
Re^2: XML-Twig: more efficient tree processing
by Anonymous Monk on Aug 08, 2012 at 03:06 UTC | |
by locked_user sundialsvc4 (Abbot) on Aug 08, 2012 at 13:39 UTC | |
by Anonymous Monk on Aug 08, 2012 at 13:42 UTC |