source: general/genlib/libxslt.xml@ ce3cfc01

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 ce3cfc01 was 714d067, checked in by Larry Lawrence <larry@…>, 20 years ago

update libxml2 and libxslt

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

  • Property mode set to 100644
File size: 3.7 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 "2.5 MB">
10<!ENTITY libxslt-buildsize "37 MB">
11<!ENTITY libxslt-time "0.40 SBU">
12
13]>
14
15<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
16<?dbhtml filename="libxslt.html"?>
17<title>libxslt-&libxslt-version;</title>
18
19<sect2>
20<title>Introduction to <application>libxslt</application></title>
21
22<para>The <application>libxslt</application> package contains
23<acronym>XSLT</acronym> libraries. These are useful
24for extending <filename>libxml2</filename> libraries to support
25<acronym>XSLT</acronym> files.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink
30url="&libxslt-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink
32url="&libxslt-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &libxslt-size;</para></listitem>
34<listitem><para>Estimated Disk space required:
35&libxslt-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&libxslt-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title><application>libxslt</application> dependencies</title>
41<sect4><title>Required</title>
42<para><xref linkend="libxml2"/></para></sect4>
43<sect4><title>Optional</title>
44<para><xref linkend="Python"/></para></sect4>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application>libxslt</application></title>
51
52<para>Install <application>libxslt</application> by running the following commands:</para>
53
54<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
55make &amp;&amp;
56make install</command></userinput></screen>
57
58</sect2>
59
60<sect2>
61<title>Contents</title>
62
63<para>The <application>libxslt</application> package contains <filename>
64libxslt</filename> libraries, <filename>libexslt</filename> libraries,
65<command>xsltproc</command> and <command>xslt-config</command>.</para>
66
67</sect2>
68
69<sect2><title>Description</title>
70
71<sect3><title>libxslt libraries</title>
72<para><filename>libxslt</filename> libraries provide extensions to the
73<filename>libxml2</filename> libraries to parse files that use the
74<acronym>XSLT</acronym> format.</para></sect3>
75
76<sect3><title>xsltproc</title>
77<para><command>xsltproc</command> is used to apply
78<acronym>XSLT</acronym> stylesheets to <acronym>XML</acronym>
79documents.</para></sect3>
80
81
82</sect2>
83
84</sect1>
85
Note: See TracBrowser for help on using the repository browser.