expat-1.95.7

Introduction to expat

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

Package information

Installation of expat

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.