source: general/genlib/libxslt.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6192 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[5404a65]7 <!ENTITY libxslt-download-http "&gnome-download-http;/libxslt/1.1/libxslt-&libxslt-version;.tar.gz">
[ec20ccf]8<!-- Broken link
9 <!ENTITY libxslt-download-http "http://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
10-->
[dd58fed]11 <!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz">
[02a9980]12 <!ENTITY libxslt-md5sum "8cfa382264be71b101bc2ff04d028df4">
[c5525bc]13 <!ENTITY libxslt-size "2.6 MB">
[02a9980]14 <!ENTITY libxslt-buildsize "37.3 MB">
[c5525bc]15 <!ENTITY libxslt-time "0.3 SBU">
[52d29f7]16]>
17
[f45b1953]18<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
[6f0f00c]19 <?dbhtml filename="libxslt.html"?>
[8e75f8b9]20
[6f0f00c]21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
[8e75f8b9]25
[02a9980]26 <title>libxslt-&libxslt-version;</title>
[8e75f8b9]27
[6f0f00c]28 <indexterm zone="libxslt">
29 <primary sortas="a-Libxslt">Libxslt</primary>
30 </indexterm>
31
32 <sect2 role="package">
[02a9980]33 <title>Introduction to libxslt</title>
[8e75f8b9]34
[6f0f00c]35 <para>The <application>libxslt</application> package contains
36 XSLT libraries. These are useful for extending <filename
37 class="libraryfile">libxml2</filename> libraries to support
38 XSLT files.</para>
[8e75f8b9]39
[6f0f00c]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libxslt-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libxslt-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libxslt-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libxslt-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libxslt-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libxslt-time;</para>
59 </listitem>
60 </itemizedlist>
[8e75f8b9]61
[02a9980]62 <bridgehead renderas="sect3">libxslt Dependencies</bridgehead>
[8e75f8b9]63
[6f0f00c]64 <bridgehead renderas="sect4">Required</bridgehead>
[4f26c54]65 <para role="required"><xref linkend="libxml2"/></para>
[8e75f8b9]66
[6f0f00c]67 <bridgehead renderas="sect4">Optional</bridgehead>
[4f26c54]68 <para role="optional"><xref linkend="python"/> and
[d8f9f82]69 <ulink url="http://www.gnupg.org/download/index.html#libgcrypt">
70 Libgcrypt</ulink> (requires
71 <ulink url="http://www.gnupg.org/download/index.html#libgpg-error">
72 Libgpg-error</ulink>)</para>
[8e75f8b9]73
[1039de3]74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/libxslt"/></para>
76
[6f0f00c]77 </sect2>
[8e75f8b9]78
[6f0f00c]79 <sect2 role="installation">
[02a9980]80 <title>Installation of libxslt</title>
[6f0f00c]81
[74390482]82 <para>Install <application>libxslt</application> by running the following
[6f0f00c]83 commands:</para>
84
[02a9980]85<screen><userinput>sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&amp;'/" configure &amp;&amp;
86./configure --prefix=/usr &amp;&amp;
[6f0f00c]87make</userinput></screen>
[8e75f8b9]88
[6f0f00c]89 <para>To test the results, issue: <command>make check</command>.</para>
[8e75f8b9]90
[6f0f00c]91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[8e75f8b9]92
[6f0f00c]93<screen role="root"><userinput>make install</userinput></screen>
[8e75f8b9]94
[6f0f00c]95 </sect2>
[8e75f8b9]96
[02a9980]97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><command>sed -i "s/\$(PYTHON_SITE_PACKAGES)/'&amp;'/"
101 configure</command>: The quotes around this variable were inadvertently
102 removed in this release. This command puts the quotes back in so that
103 the variable is not interpreted as a shell command.</para>
104
105 </sect2>
106
[6f0f00c]107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
[8e75f8b9]114
[6f0f00c]115 <seglistitem>
116 <seg>xslt-config and xsltproc</seg>
[1039de3]117 <seg>libexslt.{so,a}, libxslt.{so,a} and optionally, libxsltmod.{so,a}
[6f0f00c]118 <application>Python</application> modules</seg>
[02a9980]119 <seg>/usr/include/lib{e}xslt,
120 /usr/lib/libxslt-plugins,
121 /usr/share/doc/libxslt-&libxslt-version;, and
[6f0f00c]122 /usr/share/doc/libxslt-python-&libxslt-version;</seg>
123 </seglistitem>
124 </segmentedlist>
[8e75f8b9]125
[6f0f00c]126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
[8e75f8b9]130
[6f0f00c]131 <varlistentry id="xslt-config">
132 <term><command>xslt-config</command></term>
133 <listitem>
[74390482]134 <para>is used to find out the pre-processor, linking and
[8e75f8b9]135 compiling flags necessary to use the <application>libxslt</application>
[6f0f00c]136 libraries in 3rd-party programs.</para>
137 <indexterm zone="libxslt xslt-config">
138 <primary sortas="b-xslt-config">xslt-config</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
[8e75f8b9]142
[6f0f00c]143 <varlistentry id="xsltproc">
144 <term><command>xsltproc</command></term>
145 <listitem>
146 <para>is used to apply XSLT stylesheets to XML documents.</para>
147 <indexterm zone="libxslt xsltproc">
148 <primary sortas="b-xsltproc">xsltproc</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
[8e75f8b9]152
[6f0f00c]153 <varlistentry id="libxslt-lib">
[1039de3]154 <term><filename class='libraryfile'>libxslt.{so,a}</filename></term>
[6f0f00c]155 <listitem>
[d8f9f82]156 <para> provides extensions to the
157 <filename class="libraryfile">libxml2</filename>
[6f0f00c]158 libraries to parse files that use the XSLT format.</para>
159 <indexterm zone="libxslt libxslt-lib">
[1039de3]160 <primary sortas="c-libxslt">libxslt.{so,a}</primary>
[6f0f00c]161 </indexterm>
162 </listitem>
163 </varlistentry>
[8e75f8b9]164
[6f0f00c]165 <varlistentry id="libexslt">
[1039de3]166 <term><filename class='libraryfile'>libexslt.{so,a}</filename></term>
[6f0f00c]167 <listitem>
168 <para>is used to provide extensions to XSLT functions.</para>
169 <indexterm zone="libxslt libexslt">
[1039de3]170 <primary sortas="c-libexslt">libexslt.{so,a}</primary>
[6f0f00c]171 </indexterm>
172 </listitem>
173 </varlistentry>
[8e75f8b9]174
[6f0f00c]175 </variablelist>
176
177 </sect2>
[f45b1953]178
179</sect1>
Note: See TracBrowser for help on using the repository browser.