source: general/genlib/libxslt.xml@ f2464092

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 f2464092 was f2464092, checked in by Igor Živković <igor@…>, 20 years ago

updated to libxslt-1.1.8

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

  • Property mode set to 100644
File size: 3.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 "2.5 MB">
10<!ENTITY libxslt-buildsize "37 MB">
11<!ENTITY libxslt-time "0.42 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>
45<xref linkend="Python"/> and
46<ulink url="http://www.gnupg.org/">libgcrypt</ulink>
47</para></sect4>
48</sect3>
49
50</sect2>
51
52<sect2>
53<title>Installation of <application>libxslt</application></title>
54
55<para>Install <application>libxslt</application> by running the following commands:</para>
56
57<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
58make &amp;&amp;
59make install</command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Contents</title>
65
66<para>The <application>libxslt</application> package contains <filename>
67libxslt</filename> libraries, <filename>libexslt</filename> libraries,
68<command>xsltproc</command> and <command>xslt-config</command>.</para>
69
70</sect2>
71
72<sect2><title>Description</title>
73
74<sect3><title>libxslt libraries</title>
75<para><filename>libxslt</filename> libraries provide extensions to the
76<filename>libxml2</filename> libraries to parse files that use the
77<acronym>XSLT</acronym> format.</para></sect3>
78
79<sect3><title>xsltproc</title>
80<para><command>xsltproc</command> is used to apply
81<acronym>XSLT</acronym> stylesheets to <acronym>XML</acronym>
82documents.</para></sect3>
83
84
85</sect2>
86
87</sect1>
88
Note: See TracBrowser for help on using the repository browser.