Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Wed Sep 22 19:00:00 2004 Chip Turner <cturner{%}redhat{*}com> 3.13-6
- rebuild
- * Mon May 3 19:00:00 2004 Chip Turner <cturner{%}redhat{*}com> 3.13-5
- bugzilla 122079, add dep filter to remove bad dependency
- * Fri Apr 23 19:00:00 2004 Chip Turner <cturner{%}redhat{*}com> 3.13-4
- remove Packager tag