XML, the Perl Way

Processing XML with Perl Michel Rodriguez

XML::Twig

Example: an HTML converter

Introduction to XML::Twig

Description

XML::Twig: XML, the Perl way

XML::Twig is a module designed for efficient processing of XML.

XML::Twig offers tree as well as stream based processing. It allows loading only parts of the document in order to keep memory requirements to a minimum. It is very Perlish: fast, efficient and it offers many different ways to perform a task.

Why use XML::Twig?

Why NOT use XML::Twig?



XML::Twig

Example: an HTML converter