XML and Perl
There are tons of cases when you will need to handle XML generated by other applications or when you will need to create XML to satisfy the requirements of other applications.
Perl in its role as a glue language, can handle any such tasks with ease.
This article is a collection of the XML-related modules available on CPAN.
Generic
- XML::LibXML
- XML::LibXSLT
- XML::SAX
- XML::Generator::PerlData
- XML::SAX::Writer
- XML::Writer
- XML::Simple
- XML::Loy
- XML::Twig
- XML::Bare
- XML::Compile
Specialized XML libraries
- RDF::Trine
- XML::Atom
- XML::RSS
- SVG
- XML::Writer::Simple
- XML::DTDParser a DTD Parser
- XML::DT
- SOAP::Lite
Articles
- How to preserve XML::Simple element order
- XML::Simple sorting
- Count elements using XML::XPath
- XML::Writer examples
Published on 2015-09-21
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post