2004-06-13 06:56:28 +08:00
|
|
|
<?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;
|
|
|
|
|
2004-07-06 13:21:04 +08:00
|
|
|
<!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
|
2004-06-24 05:21:42 +08:00
|
|
|
<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
|
2004-07-06 13:21:04 +08:00
|
|
|
<!ENTITY libxml2-size "2.8 MB">
|
2004-07-08 07:42:07 +08:00
|
|
|
<!ENTITY libxml2-buildsize "71 MB">
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY libxml2-time "1.10 SBU">
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
|
2004-05-07 09:51:44 +08:00
|
|
|
<?dbhtml filename="libxml2.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>libxml2-&libxml2-version;</title>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>libxml2</application></title>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para>The <application>libxml2</application> package contains
|
|
|
|
<acronym>XML</acronym> libraries. These are useful for parsing
|
|
|
|
<acronym>XML</acronym> files.</para>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&libxml2-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&libxml2-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download size: &libxml2-size;</para></listitem>
|
|
|
|
<listitem><para>Estimated Disk space
|
|
|
|
required: &libxml2-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&libxml2-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title><application>libxml2</application> dependencies</title>
|
|
|
|
<sect4><title>Optional</title>
|
2004-08-04 10:16:33 +08:00
|
|
|
<para><xref linkend="Python"/></para></sect4>
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect3>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>libxml2</application></title>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
|
|
|
<para>Install <application>libxml2</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2004-07-14 20:49:57 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --with-history &&
|
2004-06-13 06:56:28 +08:00
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
|
|
|
<para><option>--with-history</option>: Enables
|
|
|
|
<application>readline</application> support.</para>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para>The <application>libxml2</application> package contains <filename
|
|
|
|
class='libraryfile'>libxml2</filename> libraries, <command>xmllint</command>,
|
|
|
|
<command>xmlcatalog</command> and <command>xml2-config</command>.</para>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2><title>Description</title>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>libxml2 libraries</title>
|
|
|
|
<para><filename class='libraryfile'>libxml2</filename> libraries provide
|
|
|
|
the functions for programs to parse files that use the <acronym>XML</acronym>
|
|
|
|
format.</para></sect3>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>xmllint</title>
|
2004-06-24 05:21:42 +08:00
|
|
|
<para><command>xmllint</command> parses <acronym>XML</acronym> files and
|
|
|
|
outputs reports (based upon options) to detect errors in
|
|
|
|
<acronym>XML</acronym> coding.</para></sect3>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>xmlcatalog</title>
|
|
|
|
<para><command>xmlcatalog</command> allows users to monitor and manipulate
|
|
|
|
<acronym>XML</acronym> and <acronym>SGML</acronym> catalogs.</para></sect3>
|
2004-06-24 05:21:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|