The libxml2 package contains XML libraries. These are useful for parsing XML files.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-2.6.9.tar.bz2
Download (FTP): ftp://xmlsoft.org/libxml2-2.6.9.tar.gz
Download size: 2.6 MB
Estimated Disk space required: 56 MB
Estimated build time: 1.10 SBU
Install libxml2 by running the following commands:
./configure --prefix=/usr &&
make &&
make install
--with-history: Enables readline support.
The libxml2 package contains libxml2 libraries, xmllint, xmlcatalog and xml2-config.
libxml2 libraries provide the functions for programs to parse files that use the XML format.
xmllint parses XML files and outputs reports (based upon options) to detect errors in XML coding.