source: pst/xml/xmlto.xml@ 87351a9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 87351a9 was 87351a9, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Tag most of General Libraries and their dependencies

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

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xmlto-download-http "https://releases.pagure.org/xmlto/xmlto-&xmlto-version;.tar.bz2">
8 <!ENTITY xmlto-download-ftp " ">
9 <!ENTITY xmlto-md5sum "93bab48d446c826399d130d959fe676f">
10 <!ENTITY xmlto-size "128 KB">
11 <!ENTITY xmlto-buildsize "1.5 MB (with tests)">
12 <!ENTITY xmlto-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="xmlto" xreflabel="xmlto-&xmlto-version;">
16 <?dbhtml filename="xmlto.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xmlto-&xmlto-version;</title>
24
25 <indexterm zone="xmlto">
26 <primary sortas="a-xmlto">xmlto</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xmlto</title>
31
32 <para>
33 The <application>xmlto</application> package is a front-end to a XSL
34 toolchain. It chooses an appropriate stylesheet for the conversion you
35 want and applies it using an external XSLT processor. It also performs
36 any necessary post-processing.
37 </para>
38
39 &lfs10_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&xmlto-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&xmlto-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &xmlto-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &xmlto-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &xmlto-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &xmlto-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">xmlto Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="DocBook"/>,
80 <xref linkend="docbook-xsl"/>, and
81 <xref linkend="libxslt"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional (for DVI, PDF, and postscript
85 backend post-processing)</bridgehead>
86 <para role="optional">
87 <xref role="runtime" linkend="fop"/>,
88<!-- <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>, and -->
89 <ulink url="http://sourceforge.net/projects/dblatex/files/dblatex/">dblatex</ulink>, and
90 <ulink url="http://www.garshol.priv.no/download/xmltools/prod/PassiveTeX.html">
91 PassiveTeX</ulink>
92 </para>
93
94 <bridgehead renderas="sect4">Optional (for text backend
95 post-processing)</bridgehead>
96 <para role="optional">
97 One of
98 <xref role="runtime" linkend="Links"/>,
99 <xref role="runtime" linkend="lynx"/>,
100 <ulink url="&w3m-url;">W3m</ulink>, or
101 <ulink url="&elinks-url;">ELinks</ulink>
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/xmlto"/></para>
106
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of xmlto</title>
111
112 <para>
113 Install <application>xmlto</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>LINKS="/usr/bin/links" \
118./configure --prefix=/usr &amp;&amp;
119
120make</userinput></screen>
121
122 <para>
123 To test the results, issue: <command>make check</command>.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para>
138 <envar>LINKS="/usr/bin/links"</envar>: This environment variable fixes a
139 bug causing <command>xmlto</command> to think that
140 <command>links</command> command is the same as
141 <command>elinks</command>. Setting this variable does not cause problems
142 if <xref linkend="links"/> is not installed, unless
143 you have <ulink url="http://elinks.or.cz/">ELinks</ulink> installed, and
144 wish to use it for text backend post-processing, in which case,
145 remove it.
146 </para>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directory</segtitle>
157
158 <seglistitem>
159 <seg>xmlif and xmlto</seg>
160 <seg>None</seg>
161 <seg>/usr/share/xmlto</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="xmlif">
171 <term><command>xmlif</command></term>
172 <listitem>
173 <para>
174 is a conditional processing instructions for XML.
175 </para>
176 <indexterm zone="xmlto xmlif">
177 <primary sortas="b-xmlif">xmlif</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="xmlto-prog">
183 <term><command>xmlto</command></term>
184 <listitem>
185 <para>
186 applies an XSL stylesheet to an XML document.
187 </para>
188 <indexterm zone="xmlto xmlto-prog">
189 <primary sortas="b-xmlto">xmlto</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.