Jump to letter: [
234ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
expat21 - An XML parser library
- Description:
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.
Packages
expat21-2.1.0-1.el5.ppc
[80 KiB] |
Changelog
by Björn Esser (2014-05-04):
- initial rpm release (#1094038)
- based on
http://pkgs.fedoraproject.org/cgit/expat.git/tree/expat.spec?id=a6feb8c0e5caef1f1e5cf79362bf346f17f090fb
|