Name: | mingw32-expat |
---|---|
Version: | 2.1.0 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 373310 |
License: | MIT |
RPM: | mingw32-expat-2.1.0-4.el7.noarch.rpm |
Source RPM: | mingw-expat-2.1.0-4.el7.src.rpm |
Build Date: | Thu Dec 07 2017 |
Build Host: | x86-ol6-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.libexpat.org/ |
Summary: | MinGW Windows port of expat 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. |