Melbourne Perl Mongers: XML Modules
Outline of a talk given by this user group.
url: melbourne.pm.org/talks/xml/
Performance Comparison Between SAX XML::Filter::Dispatcher and XML::Twig
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.
url: tomacorp.com/perl/xml/saxvstwig.html
Perl XML Parser for WDDX
A Perl 5 module for serializing/deserializing Web Disributed Data Exchange (WDDX) XML documents.
url: www.granularity.net/~hussain/xml/perl/wddx/
Perl XML::Parser module - Mini HowTo
The objective of this Mini HOWTO is to show the most important concepts to use the XML::Parser module, so will be able to read and parse XML documents with ease.
url: www.insite.com.br/~nferraz/projetos/xml-parser.htm...
XML::DOM::Twig
Helper module that adds XML::Twig methods to XML::DOM.
url: www.xmltwig.com/domtwig/
XML::MetaGenerator
Collects user input, validates input and generates output in a number of ways based on the defined grammar.
url: theoryx5.uwinnipeg.ca/mod_perl/cpan-search?dist=XM...
XMLRPC over Jabber
A set of Perl modules that allows a programmer to make and service XMLRPC calls via Jabber messages instead of a standard HTTP transport.
url: www.pipetree.com/jabber/XMLRPC/
XML::Twig
Provides a way to process large XML documents in tree mode.
url: www.xmltwig.com/xmltwig/
XML::XPath
XPath parser and evaluator.
url: xml.sergeant.org/xpath.xml
XML::XSLT
A Perl module that will convert XML documents on the basis of an XSL template.
url: xmlxslt.sourceforge.net/