Processing XML with Perl Michel Rodriguez

XML::Twig

Example: an HTML converter

Introduction to XML::Twig

Description

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.

XML::Twig 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