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.17.tar.bz2
Download (FTP): ftp://xmlsoft.org/libxml2-2.6.17.tar.gz
Download MD5 sum (HTTP): 2d53bba9a4768ec57d8bf2bdadb75c87
Download MD5 sum (FTP): a678d37e68d98788ef51b6f913cdc868
Download size: 3.0 MB
Estimated disk space required: 165 MB
Estimated build time: 1.25 SBU (additional 1.45 SBU to run the test suite)
Install libxml2 by running the following commands:
./configure --prefix=/usr --with-history &&
make
Now, as the root user:
make install
--with-history: Enables readline support.
determines the compile and linker flags that should be used to compile and link programs that use libxml2.
is used to monitor and manipulate XML and SGML catalogs.
parses XML files and outputs reports (based upon options) to detect errors in XML coding.
libraries provide the functions for programs to parse files that use the XML format.
Last updated on 2005-02-04 16:29:53 -0700