The differing XML modules

sigzero on 2007-01-12T17:01:24

Is there a "table" of which module to use and why?


Perl-xml SF project page

Yanick on 2007-01-12T18:56:38

The FAQ of the perl-xml SourceForge project is maybe what you are looking for: http://perl-xml.sourceforge.net/faq/#cpan_modules

Re:Perl-xml SF project page

sigzero on 2007-01-12T21:42:34

The FAQ of the perl-xml SourceForge project is maybe what you are looking for: http://perl-xml.sourceforge.net/faq/#cpan_modules
Thank you very much...

Well...

Dom2 on 2007-01-12T22:41:57

Chances are you should use XML::LibXML until you find a good reason not to. It's usually the quickest choice, and is quite well supported.

Re:Well...

Aristotle on 2007-01-13T10:56:45

Plus insanely compliant, low memory footprint, probably the fastest XPath implementation on CPAN by a long shot, and a host of other minor upsides.

The only point at which I might switch horses is when I need to process overlarge documents and SAX is too much of a pain – then Twig is quite attractive.