source: general/genlib/libxslt.xml@ a9f41dd7

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 a9f41dd7 was bd839f8, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed broken URL to libgcrypt in libxslt instructions

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

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[52d29f7]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">
[85a135f]9<!ENTITY libxslt-http-md5sum "57b06895bf1f2833ef73f284f2d2893f">
10<!ENTITY libxslt-ftp-md5sum "cf82a767c016ff1668d1c295c47ae700">
[b7c78a0]11<!ENTITY libxslt-size "1.7 MB">
[714d067]12<!ENTITY libxslt-buildsize "37 MB">
[0f92c0d]13<!ENTITY libxslt-time "0.31 SBU">
[52d29f7]14]>
15
[f45b1953]16<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
[a0f03b0]17<sect1info>
[5cd0959d]18<othername>$LastChangedBy$</othername>
19<date>$Date$</date>
[a0f03b0]20</sect1info>
[7f72cbf]21<?dbhtml filename="libxslt.html"?>
[f45b1953]22<title>libxslt-&libxslt-version;</title>
23
[52d29f7]24<sect2>
25<title>Introduction to <application>libxslt</application></title>
[8bd11de]26
[52d29f7]27<para>The <application>libxslt</application> package contains
28<acronym>XSLT</acronym> libraries. These are useful
29for extending <filename>libxml2</filename> libraries to support
30<acronym>XSLT</acronym> files.</para>
[8bd11de]31
[52d29f7]32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&libxslt-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&libxslt-download-ftp;"/></para></listitem>
[85a135f]38<listitem><para>Download MD5 sum (HTTP):
39&libxslt-http-md5sum;</para></listitem>
40<listitem><para>Download MD5 sum (FTP):
41&libxslt-ftp-md5sum;</para></listitem>
[52d29f7]42<listitem><para>Download size: &libxslt-size;</para></listitem>
[b7c78a0]43<listitem><para>Estimated disk space required:
[52d29f7]44&libxslt-buildsize;</para></listitem>
45<listitem><para>Estimated build time:
46&libxslt-time;</para></listitem></itemizedlist>
47</sect3>
[8bd11de]48
[52d29f7]49<sect3><title><application>libxslt</application> dependencies</title>
50<sect4><title>Required</title>
[bd839f8]51<para><xref linkend="libxml2"/></para>
52</sect4>
53
[52d29f7]54<sect4><title>Optional</title>
[85a135f]55<para><xref linkend="python"/> and
[bd839f8]56<ulink url="http://www.gnupg.org/download/index.html">libgcrypt</ulink></para>
57</sect4>
[52d29f7]58</sect3>
[8bd11de]59
[52d29f7]60</sect2>
61
62<sect2>
63<title>Installation of <application>libxslt</application></title>
[8bd11de]64
65<para>Install <application>libxslt</application> by running the following
66commands:</para>
67
[52d29f7]68<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
69make &amp;&amp;
70make install</command></userinput></screen>
[8bd11de]71
[52d29f7]72</sect2>
73
74<sect2>
75<title>Contents</title>
[8bd11de]76
[0f92c0d]77<para>The <application>libxslt</application> package contains
78<filename>libxslt</filename> libraries,
79<filename>libexslt</filename> libraries,
80<command>xsltproc</command> and
81<command>xslt-config</command>.</para>
[8bd11de]82
[52d29f7]83</sect2>
[8bd11de]84
[52d29f7]85<sect2><title>Description</title>
[8bd11de]86
[52d29f7]87<sect3><title>libxslt libraries</title>
88<para><filename>libxslt</filename> libraries provide extensions to the
89<filename>libxml2</filename> libraries to parse files that use the
90<acronym>XSLT</acronym> format.</para></sect3>
[8bd11de]91
[52d29f7]92<sect3><title>xsltproc</title>
93<para><command>xsltproc</command> is used to apply
94<acronym>XSLT</acronym> stylesheets to <acronym>XML</acronym>
95documents.</para></sect3>
[8bd11de]96
[52d29f7]97</sect2>
[f45b1953]98
99</sect1>
100
Note: See TracBrowser for help on using the repository browser.