Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
expat: An XML parser library
- 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.
Arch: src
| Download: | expat-2.0.1-2.src.rpm |
| Build Date: | Sun Sep 23 20:35:25 2007 |
| Packager: | Joel Barrios <http://joel-barrios.blogspot.com/> |
| Size: | 441 KiB |
Arch: i386
| Download: | expat-2.0.1-2.i386.rpm |
| Build Date: | Sun Sep 23 20:35:25 2007 |
| Packager: | Joel Barrios <http://joel-barrios.blogspot.com/> |
| Size: | 377 KiB |
Changelog
- * Wed Aug 22 19:00:00 2007 Joe Orton <jorton{%}redhat{*}com> 2.0.1-2
- rebuild
- * Wed Aug 8 19:00:00 2007 Joe Orton <jorton{%}redhat{*}com> 2.0.1-1
- update to 2.0.1
- fix the License tag
- drop the .la file
- * Sun Feb 4 18:00:00 2007 Joe Orton <jorton{%}redhat{*}com> 1.95.8-10
- remove trailing dot in Summary (#225742)
- use preferred BuildRoot per packaging guidelines (#225742)