pkg://expat-1.95.5-2.i386.rpm:67026/HEADER
downloads
Name : expat Relocations: (not relocateable)
Version : 1.95.5 Vendor: Red Hat, Inc.
Release : 2 Build Date: Sat Jan 25 00:48:34 2003
Install date: (not installed) Build Host: porky.devel.redhat.com
Group : System Environment/Libraries Source RPM: expat-1.95.5-2.src.rpm
Size : 156498 License: BSD
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://sourceforge.net/projects/expat
Summary : A library for parsing XML.
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.