glfs/general/genlib/libxml.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

74 lines
2.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libxml-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml/1.8/libxml-&libxml-version;.tar.bz2">
<!ENTITY libxml-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libxml/1.8/libxml-&libxml-version;.tar.bz2">
<!ENTITY libxml-size "973 KB">
<!ENTITY libxml-buildsize "11 MB">
<!ENTITY libxml-time "0.41 SBU">
]>
<sect1 id="libxml" xreflabel="libxml-&libxml-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="libxml.html"?>
<title>libxml-&libxml-version;</title>
<sect2>
<title>Introduction to <application>libxml</application></title>
<para>The <application>libxml</application> package contains the libxml
libraries. These are useful for parsing <acronym>XML</acronym> files.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&libxml-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&libxml-download-ftp;"/></para></listitem>
<listitem><para>Download size: &libxml-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&libxml-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&libxml-time;</para></listitem></itemizedlist>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>libxml</application></title>
<para>Install <application>libxml</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>libxml</application> package contains
<filename>libxml</filename> libraries, <command>xmllint</command> and
<command>xmlcatalog</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libxml libraries</title>
<para><filename>libxml</filename> libraries provide the functions for programs
to parse files that use the <acronym>XML</acronym> format.</para></sect3>
</sect2>
</sect1>