  |
Apache Xerces Perl API - http://xerces.apache.org/xerces-p/
Includes a collection of Perl5 wrapper objects that internally use their XML4C counterparts for Level 1 DOM processing. |
  |
XML::RSS - http://perl-rss.sourceforge.net/
A basic framework for creating and maintaining RSS files. |
  |
XML::XSLT - http://xmlxslt.sourceforge.net/
A Perl module that will convert XML documents on the basis of an XSL template. |
  |
XML::Twig - http://www.xmltwig.com/xmltwig/
Provides a way to process large XML documents in tree mode. |
  |
Performance Comparison Between SAX XML::Filter::Dispatcher and XML::Twig - http://tomacorp.com/perl/xml/saxvstwig.html
XML::Twig and the XML::SAX-based module XML::Filter::Dispatcher offer similar capabilities for implementing XPath-based dispatch tables. A performance comparison shows that they can have nearly identical execution speed. |