I wouldn't use XML::Parser but one of the modules more oriented towards XPath expressions, such as XML::Twig or XML::LibXML. If your data fits in memory (and will do so for some time coming), using XML::LibXML can be considerably faster than XML::Twig, but if there might be a chance that your data will not fit into memory as a DOM tree, XML::Twig is the absolutely best way to go for a parser.
Both modules will give you ways to issue XPath queries against the XML.
In reply to Re: Xpath value query
by Corion
in thread Xpath value query
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |