%general-entities; ]> $LastChangedBy$ $Date$ libxml2-&libxml2-version; Libxml2 Introduction to <application>libxml2</application> The libxml2 package contains XML libraries. These are useful for parsing XML files. Package information Download (HTTP): Download (FTP): Download MD5 sum (HTTP): &libxml2-http-md5sum; Download MD5 sum (FTP): &libxml2-ftp-md5sum; Download size: &libxml2-size; Estimated disk space required: &libxml2-buildsize; Estimated build time: &libxml2-time; <application>libxml2</application> dependencies Optional Installation of <application>libxml2</application> Install libxml2 by running the following commands: ./configure --prefix=/usr --with-history && make Now, as the root user: make install Command explanations : Enables readline support. Contents Installed Programs Installed Libraries Installed Directories xml2-config, xmlcatalog and xmllint libxml2.[so,a] and optionally, the libxml2mod.[so,a] Python module /usr/share/doc/libxml2-&libxml2-version; and /usr/share/doc/libxml2-python-&libxml2-version; Short Descriptions xml2-config determines the compile and linker flags that should be used to compile and link programs that use libxml2. xml2-config xmlcatalog is used to monitor and manipulate XML and SGML catalogs. xmlcatalog xmllint parses XML files and outputs reports (based upon options) to detect errors in XML coding. xmllint libxml2.[so,a] libraries provide the functions for programs to parse files that use the XML format. libxml2.[so,a]