openbsd-ports/textproc/p5-XML-Twig/pkg/DESCR
jasper 8c504328f4 - update to 3.28
- CPAN'ify
- re-format DESCR while there
2007-01-11 15:40:54 +00:00

13 lines
544 B
Plaintext

XML::Twig provides a way to process XML documents. It is built on top
of XML::Parser.
The module offers a tree interface to the document, while allowing you
to output the parts of it that have been completely processed.
It allows minimal resource (CPU and memory) usage by building the tree
only for the parts of the documents that need actual processing.
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.