Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Fri Feb 3 17:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 3.22-1.1
-
- Update to 3.23
- rebuild for new perl-5.8.8
- * Mon Dec 19 17:00:00 2005 Jason Vas Dias<jvdias{%}redhat{*}com> - 3.22-1
-
- Update to 3.22
- * Fri Dec 16 17:00:00 2005 Jesse Keating <jkeating{%}redhat{*}com>
-
- rebuilt for new gcc