Jump to letter: [
ABCDEFGHIJKLMNOPRSTWXZ
]
expat - An XML parser library
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
Latest: expat-2.0.1-8.el5_fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
expat |
0 |
2.0.1 |
8.el5_fio |
x86_64 |
189 KiB |
2010-10-13 00:10:44 |
Changelog:
- * 2009-02-24 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 2.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * 2008-02-19 - Fedora Release Engineering <rel-eng[AT]fedoraproject[DOTORG]> - 2.0.1-5
- Autorebuild for GCC 4.3
- * 2008-01-23 - Joe Orton <jorton[AT]redhat[DOTCOM]> 2.0.1-4
- chmod 644 even more documentation (#429806)
- * 2008-01-08 - Joe Orton <jorton[AT]redhat[DOTCOM]> 2.0.1-3
- chmod 644 the documentation (#427950)
- * 2007-08-22 - Joe Orton <jorton[AT]redhat[DOTCOM]> 2.0.1-2
- rebuild