Jump to letter: [
4BCDEFGHIJKLMNOPRSTUVWXY
]
expat: A library for parsing XML.
- Summary
- This is expat, the C library for parsing XML, written by James Clark. Expat
is a stream oriented XML parser. This means that you register handlers with
the parser prior to starting the parse. These handlers are called when the
parser discovers the associated structures in the document being parsed. A
start tag is an example of the kind of structures for which you may
register handlers.
Changelog
- * Tue Dec 1 18:00:00 2009 Joe Orton <jorton{%}redhat{*}com> - 1.95.5-6.2
- add security fix for CVE-2009-3560 (#531706)
- * Thu Oct 29 19:00:00 2009 Joe Orton <jorton{%}redhat{*}com> - 1.95.5-6.1
- add security fix for CVE-2009-3720 (#531706)
- * Wed Sep 17 19:00:00 2003 Matt Wilson <msw{%}redhat{*}com> 1.95.5-6
- rebuild again for #91211