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. |
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. |
XML::Bare - http://search.cpan.org/dist/XML-Bare/
CPAN module with provides a light-weight XML parser implemented via a C++ state engine. Includes documentation a source. |
XML::DOM::Twig - http://www.xmltwig.com/domtwig/
Helper module that adds XML::Twig methods to XML::DOM. |
XML::MetaGenerator - http://search.cpan.org/~brujah/XML-MetaGenerator/
Collects user input, validates input and generates output in a number of ways based on the defined grammar. |
XML::RSS - http://perl-rss.sourceforge.net/
A basic framework for creating and maintaining RSS files. |
XML::Twig - http://www.xmltwig.com/xmltwig/
Provides a way to process large XML documents in tree mode. |
XML::XPath - http://xml.sergeant.org/xpath.xml
XPath parser and evaluator. |
XML::XSLT - http://xmlxslt.sourceforge.net/
A Perl module that will convert XML documents on the basis of an XSL template. |