2007-01-11 10:40:54 -05:00
|
|
|
XML::Twig provides a way to process XML documents. It is built on top
|
|
|
|
of XML::Parser.
|
2004-05-29 17:14:40 -04:00
|
|
|
|
2007-01-11 10:40:54 -05:00
|
|
|
The module offers a tree interface to the document, while allowing you
|
|
|
|
to output the parts of it that have been completely processed.
|
2004-05-29 17:14:40 -04:00
|
|
|
|
2007-01-11 10:40:54 -05:00
|
|
|
It allows minimal resource (CPU and memory) usage by building the tree
|
|
|
|
only for the parts of the documents that need actual processing.
|
2004-05-29 17:14:40 -04:00
|
|
|
|
2007-01-11 10:40:54 -05:00
|
|
|
XML::Twig tries to make simple things easy so it tries its best to takes
|
|
|
|
care of a lot of the (usually) annoying (but sometimes necessary)
|
|
|
|
features that come with XML and XML::Parser.
|