Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-XML-Parser: A low level Perl module for parsing XML either via trees or streaming
- Summary
- This module provides ways to parse XML documents. It is built on top
of XML::Parser::Expat, which is a lower level interface to James
Clark's expat library. Each call to one of the parsing methods creates
a new instance of XML::Parser::Expat which is then used to parse the
document. Expat options may be provided when the XML::Parser object is
created. These options are then passed on to the Expat object on each
parse call. They can also be given as extra arguments to the parse
methods, in which case they override options given at XML::Parser
creation time.
Changelog
- * Wed Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - sh: line 0: fg: no job control
- rebuild
- * Fri Feb 10 16:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.34-6.1.2.2
- bump again for double-long bug on ppc(64)
- * Tue Feb 7 16:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.34-6.1.2.1
- rebuilt for new gcc4.1 snapshot and glibc changes