http://www.perlmonks.org?node_id=668355


in reply to Fastest XML Parser ?

I would suggest that if you want a XML Parser that is fast you may wish to try the libxml2 based XML::LibXML. It's both fast and very complete, many other fast parsers are not actually complete and will fail on perfectly valid XML.

See also Re: Xerces XML parser for other parsers and comments about them.


--
ajt