perl-XML-Twig - A perl module for processing huge XML documents in tree mode
Description:
This module provides a way to process XML documents. It is build on top of XML::Parser. XML::Twig 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, through the use of the twig_roots and twig_print_outside_roots options.
Homepage: http://search.cpan.org/dist/XML-Twig/
License: GPL or Artistic
Vendor: Fedora Project
Packages
perl-XML-Twig-3.29-4.fc8.noarch [193 KiB] |
Changelog by Robin Norwood (2007-07-08):
- Resolves: rhbz#247247 - Remove bogus Provides: perl(XML::XPathEngine::NodeSet), and move Requires filter into spec file. |