libxml-1.8.17

Introduction to libxml

The libxml package contains the libxml libraries. These are useful for parsing XML files.

Package information

Installation of libxml

Install libxml by running the following commands:

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

Contents

The libxml package contains libxml libraries, xmllint and xmlcatalog.

Description

libxml libraries

libxml libraries provide the functions for programs to parse files that use the XML format.