expat-1.95.5

Introduction to expat

Download location (HTTP):       http://umn.dl.sourceforge.net/sourceforge/expat/expat-1.95.5.tar.gz
Version used:                   1.95.5
Package size:                   275 KB
Estimated Disk space required:  2.4 MB

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

Installation of expat

Install expat by running the following commands:

./configure --prefix=/usr &&
make &&
make install


Configuring expat

Configuration Information

As with most libraries, there is no configuration to do, save that the library directory i.e. /usr/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run whilst logged in as root.

Contents

The expat package contains the expat libraries and xmlwf.

Description

xmlwf

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