mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Tagged libxml.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3916 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fc3e01f9e5
commit
80649d272c
@ -13,65 +13,95 @@
|
|||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="libxml" xreflabel="libxml-&libxml-version;">
|
<sect1 id="libxml" xreflabel="libxml-&libxml-version;">
|
||||||
|
<?dbhtml filename="libxml.html"?>
|
||||||
|
|
||||||
<sect1info>
|
<sect1info>
|
||||||
<othername>$LastChangedBy$</othername>
|
<othername>$LastChangedBy$</othername>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
</sect1info>
|
</sect1info>
|
||||||
<?dbhtml filename="libxml.html"?>
|
|
||||||
<title><application>libxml</application>-&libxml-version;</title>
|
|
||||||
|
|
||||||
<sect2>
|
<title>Libxml-&libxml-version;</title>
|
||||||
<title>Introduction to <application>libxml</application></title>
|
|
||||||
|
<indexterm zone="libxml">
|
||||||
|
<primary sortas="a-Libxml">Libxml</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<sect2 role="package">
|
||||||
|
<title>Introduction to Libxml</title>
|
||||||
|
|
||||||
<para>The <application>libxml</application> package contains the
|
<para>The <application>libxml</application> package contains the
|
||||||
<application>libxml</application> libraries. These are useful for parsing
|
<application>libxml</application> libraries. These are useful for parsing
|
||||||
<acronym>XML</acronym> files.</para>
|
XML files.</para>
|
||||||
|
|
||||||
<sect3><title>Package information</title>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing="compact">
|
||||||
<listitem><para>Download (HTTP): <ulink
|
<listitem>
|
||||||
url="&libxml-download-http;"/></para></listitem>
|
<para>Download (HTTP): <ulink url="&libxml-download-http;"/></para>
|
||||||
<listitem><para>Download (FTP): <ulink
|
</listitem>
|
||||||
url="&libxml-download-ftp;"/></para></listitem>
|
<listitem>
|
||||||
<listitem><para>Download MD5 sum: &libxml-md5sum;</para></listitem>
|
<para>Download (FTP): <ulink url="&libxml-download-ftp;"/></para>
|
||||||
<listitem><para>Download size: &libxml-size;</para></listitem>
|
</listitem>
|
||||||
<listitem><para>Estimated disk space required:
|
<listitem>
|
||||||
&libxml-buildsize;</para></listitem>
|
<para>Download MD5 sum: &libxml-md5sum;</para>
|
||||||
<listitem><para>Estimated build time:
|
</listitem>
|
||||||
&libxml-time;</para></listitem></itemizedlist>
|
<listitem>
|
||||||
</sect3>
|
<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>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2 role="installation">
|
||||||
<title>Installation of <application>libxml</application></title>
|
<title>Installation of Libxml</title>
|
||||||
|
|
||||||
<para>Install <application>libxml</application> by running the following
|
<para>Install <application>libxml</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr &&
|
<screen><userinput>./configure --prefix=/usr &&
|
||||||
make &&
|
make &&
|
||||||
make install</command></userinput></screen>
|
make install</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2 role="content">
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application>libxml</application> package contains
|
<segmentedlist>
|
||||||
<filename class='libraryfile'>libxml</filename> libraries and
|
<segtitle>Installed Program</segtitle>
|
||||||
<command>xml-config</command>.</para>
|
<segtitle>Installed Library</segtitle>
|
||||||
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
</sect2>
|
<seglistitem>
|
||||||
|
<seg>xml-config</seg>
|
||||||
|
<seg>libxml.[so,a]</seg>
|
||||||
|
<seg>None</seg>
|
||||||
|
</seglistitem>
|
||||||
|
</segmentedlist>
|
||||||
|
|
||||||
<sect2><title>Description</title>
|
<variablelist>
|
||||||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
|
<?dbfo list-presentation="list"?>
|
||||||
|
<?dbhtml list-presentation="table"?>
|
||||||
|
|
||||||
<sect3><title>libxml libraries</title>
|
<varlistentry id="libxml-lib">
|
||||||
<para><filename class='libraryfile'>libxml</filename> libraries provide the
|
<term><filename class='libraryfile'>libxml.[so,a]</filename></term>
|
||||||
functions for programs to parse files that use the <acronym>XML</acronym>
|
<listitem>
|
||||||
format.</para></sect3>
|
<para>provide the functions for programs to parse files that
|
||||||
|
use the XML format.</para>
|
||||||
|
<indexterm zone="libxml libxml-lib">
|
||||||
|
<primary sortas="c-libxml">libxml.[so,a]</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user