source: general/genlib/libxslt.xml@ 0f92c0d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 0f92c0d was 0f92c0d, checked in by Randy McMurchy <randy@…>, 20 years ago

Updated to libxslt-1.1.11

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

  • Property mode set to 100644
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY libxslt-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/libxslt-&libxslt-version;.tar.bz2">
8<!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt-&libxslt-version;.tar.gz">
9<!ENTITY libxslt-size "1.8 MB">
10<!ENTITY libxslt-buildsize "37 MB">
11<!ENTITY libxslt-time "0.31 SBU">
12]>
13
14<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="libxslt.html"?>
20<title>libxslt-&libxslt-version;</title>
21
22<sect2>
23<title>Introduction to <application>libxslt</application></title>
24
25<para>The <application>libxslt</application> package contains
26<acronym>XSLT</acronym> libraries. These are useful
27for extending <filename>libxml2</filename> libraries to support
28<acronym>XSLT</acronym> files.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&libxslt-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&libxslt-download-ftp;"/></para></listitem>
36<listitem><para>Download size: &libxslt-size;</para></listitem>
37<listitem><para>Estimated Disk space required:
38&libxslt-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&libxslt-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title><application>libxslt</application> dependencies</title>
44<sect4><title>Required</title>
45<para><xref linkend="libxml2"/></para></sect4>
46<sect4><title>Optional</title>
47<para>
48<xref linkend="Python"/> and
49<ulink url="http://directory.fsf.org/security/libgcrypt.html">libgcrypt</ulink>
50</para></sect4>
51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application>libxslt</application></title>
57
58<para>Install <application>libxslt</application> by running the following
59commands:</para>
60
61<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
62make &amp;&amp;
63make install</command></userinput></screen>
64
65</sect2>
66
67<sect2>
68<title>Contents</title>
69
70<para>The <application>libxslt</application> package contains
71<filename>libxslt</filename> libraries,
72<filename>libexslt</filename> libraries,
73<command>xsltproc</command> and
74<command>xslt-config</command>.</para>
75
76</sect2>
77
78<sect2><title>Description</title>
79
80<sect3><title>libxslt libraries</title>
81<para><filename>libxslt</filename> libraries provide extensions to the
82<filename>libxml2</filename> libraries to parse files that use the
83<acronym>XSLT</acronym> format.</para></sect3>
84
85<sect3><title>xsltproc</title>
86<para><command>xsltproc</command> is used to apply
87<acronym>XSLT</acronym> stylesheets to <acronym>XML</acronym>
88documents.</para></sect3>
89
90</sect2>
91
92</sect1>
93
Note: See TracBrowser for help on using the repository browser.