2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-03-31 15:02:09 +08:00
|
|
|
<!ENTITY libxslt-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.gz">
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt-&libxslt-version;.tar.gz">
|
2005-04-03 15:19:23 +08:00
|
|
|
<!ENTITY libxslt-md5sum "db71660bb7d01ccd4e6be990af8d813b">
|
2005-03-31 15:02:09 +08:00
|
|
|
<!ENTITY libxslt-size "2.6 MB">
|
|
|
|
<!ENTITY libxslt-buildsize "36 MB">
|
|
|
|
<!ENTITY libxslt-time "0.32 SBU">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 09:51:44 +08:00
|
|
|
<?dbhtml filename="libxslt.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>libxslt-&libxslt-version;</title>
|
2005-03-31 15:02:09 +08:00
|
|
|
<indexterm zone="libxslt">
|
|
|
|
<primary sortas="a-Libxslt">Libxslt</primary></indexterm>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>libxslt</application></title>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<para>The <application>libxslt</application> package contains
|
|
|
|
<acronym>XSLT</acronym> libraries. These are useful
|
|
|
|
for extending <filename>libxml2</filename> libraries to support
|
|
|
|
<acronym>XSLT</acronym> files.</para>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&libxslt-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&libxslt-download-ftp;"/></para></listitem>
|
2005-03-31 15:02:09 +08:00
|
|
|
<listitem><para>Download MD5 sum: &libxslt-md5sum;</para></listitem>
|
2004-06-13 06:56:28 +08:00
|
|
|
<listitem><para>Download size: &libxslt-size;</para></listitem>
|
2004-11-18 15:17:50 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-13 06:56:28 +08:00
|
|
|
&libxslt-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&libxslt-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect3><title><application>libxslt</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2005-03-01 14:20:53 +08:00
|
|
|
<para><xref linkend="libxml2"/></para>
|
|
|
|
</sect4>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<sect4><title>Optional</title>
|
2005-02-05 07:29:53 +08:00
|
|
|
<para><xref linkend="python"/> and
|
2005-03-01 14:20:53 +08:00
|
|
|
<ulink url="http://www.gnupg.org/download/index.html">libgcrypt</ulink></para>
|
|
|
|
</sect4>
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect3>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>libxslt</application></title>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
|
|
|
<para>Install <application>libxslt</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
2005-03-31 15:02:09 +08:00
|
|
|
make</command></userinput></screen>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2005-04-17 19:24:52 +08:00
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
|
2005-03-31 15:02:09 +08:00
|
|
|
<para>Now, as the root user:</para>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2005-03-31 15:02:09 +08:00
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2005-03-31 15:02:09 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2005-03-31 15:02:09 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>xslt-config and xsltproc</seg>
|
|
|
|
<seg>libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a]
|
|
|
|
<application>Python</application> modules</seg>
|
|
|
|
<seg>/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version; and
|
|
|
|
/usr/share/doc/libxslt-python-&libxslt-version;</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
|
|
|
|
<varlistentry id="xslt-config">
|
|
|
|
<term><command>xslt-config</command></term>
|
|
|
|
<listitem><para>is used to find out the pre-processor, linking and
|
|
|
|
compiling flags necessary to use the <application>libxslt</application>
|
|
|
|
libraries in 3rd-party programs.</para>
|
|
|
|
<indexterm zone="libxslt xslt-config">
|
|
|
|
<primary sortas="b-xslt-config">xslt-config</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="xsltproc">
|
|
|
|
<term><command>xsltproc</command></term>
|
|
|
|
<listitem><para>is used to apply <acronym>XSLT</acronym> stylesheets to
|
|
|
|
<acronym>XML</acronym> documents.</para>
|
|
|
|
<indexterm zone="libxslt xsltproc">
|
|
|
|
<primary sortas="b-xsltproc">xsltproc</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libxslt-lib">
|
|
|
|
<term><filename class='libraryfile'>libxslt.[so,a]</filename></term>
|
|
|
|
<listitem><para> provides extensions to the <filename>libxml2</filename>
|
|
|
|
libraries to parse files that use the <acronym>XSLT</acronym> format.</para>
|
|
|
|
<indexterm zone="libxslt libxslt-lib">
|
|
|
|
<primary sortas="c-libxslt">libxslt.[so,a]</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libexslt">
|
|
|
|
<term><filename class='libraryfile'>libexslt.[so,a]</filename></term>
|
|
|
|
<listitem><para>is used to provide extensions to <acronym>XSLT</acronym>
|
|
|
|
functions.</para>
|
|
|
|
<indexterm zone="libxslt libexslt">
|
|
|
|
<primary sortas="c-libexslt">libexslt.[so,a]</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2004-07-28 04:04:39 +08:00
|
|
|
|
2004-06-13 06:56:28 +08:00
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|