The expat package contains a stream oriented C library for parsing XML.
Download (HTTP): http://umn.dl.sourceforge.net/sourceforge/expat/expat-1.95.6.tar.gz
Download (FTP): ftp://ftp.yars.free.net/pub/software/unix/util/xml/expat-1.95.6.tar.gz
Download size: 292 KB
Estimated Disk space required: 3.2 MB
Estimated build time: 0.13 SBU
The expat.h declares XML_Status after its first use. This is corrected by the following patch:
patch -Np1 -i ../expat-1.95.6-fix-declaration-order.patch |
Install expat by running the following commands:
./configure --prefix=/usr && make && make install |
The expat package contains the libexpat libraries and xmlwf.
xmlwf is a non-validating utility to check whether or not XML documents are well formed.