Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-XML-Twig: A perl module for processing huge XML documents in tree mode
- Summary
- 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.
Changelog
- * Mon Jul 17 17:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 3.26-1
- Upgrade to 3.26
- * Mon Jun 5 17:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 3.25-1
- Upgrade to 3.25
- * Fri Feb 3 16:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 3.22-1.1
- Update to 3.23
- rebuild for new perl-5.8.8