in reply to Re: how to get XML::LibXML perfect xpath query ?
in thread how to get XML::LibXML perfect xpath query ?
In environments of high volume or frequent parsing of huge XML documents I would use Expat instead it is really fast.
In my experience, XML::LibXML is 12x faster than XML::Parser (Expat) at creating the same Perl-land data structure.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to get XML::LibXML perfect xpath query ?
by bluescreen (Friar) on Jun 13, 2010 at 03:45 UTC | |
by ikegami (Patriarch) on Jun 13, 2010 at 03:58 UTC |