expat-1.95.6

Introduction to expat

The expat package contains a stream oriented C library for parsing XML.

Package information

Installation of expat

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

Contents

The expat package contains the libexpat libraries and xmlwf.

Description

xmlwf

xmlwf is a non-validating utility to check whether or not XML documents are well formed.