Processing XML with Perl | Michel Rodriguez |
Related Standards Implementations | XML transformation Modules |
Other Useful Modules
Module | Description |
XML::CGI | converts CGI variables to and from XML |
XML::Stream | used for Jabber, listen for XML messages on a port and calls a user-defined handler on a given element |
XML::AxKit | the Perl equivalent of Cocoon |
XML::UM | uses XML::Encoding mapping tables to convert strings to various encodings |
GOXML::XQIXML | an interface to the GO XML search engine |
XML::Config | reads a simple XML config file (just like XML::Simple) |
To get the documentation on all XML modules my favourite place is XML Documentation (theoryx5.uwinnipeg.ca/CPAN/by-module/XML.html)
Related Standards Implementations | XML transformation Modules |