Changeset fa3edfef for pst/xml/xmlto.xml


Ignore:
Timestamp:
03/25/2020 12:06:24 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
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
Children:
81a73ed8
Parents:
47274444
Message:

Format pst

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/xmlto.xml

    r47274444 rfa3edfef  
    3030    <title>Introduction to xmlto</title>
    3131
    32     <para>The <application>xmlto</application> package is a front-end to a XSL
    33     toolchain. It chooses an appropriate stylesheet for the conversion you want
    34     and applies it using an external XSLT processor. It also performs any
    35     necessary post-processing.</para>
     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>
    3638
    3739    &lfs91_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&xmlto-download-http;"/></para>
     44        <para>
     45          Download (HTTP): <ulink url="&xmlto-download-http;"/>
     46        </para>
    4347      </listitem>
    4448      <listitem>
    45         <para>Download (FTP): <ulink url="&xmlto-download-ftp;"/></para>
     49        <para>
     50          Download (FTP): <ulink url="&xmlto-download-ftp;"/>
     51        </para>
    4652      </listitem>
    4753      <listitem>
    48         <para>Download MD5 sum: &xmlto-md5sum;</para>
     54        <para>
     55          Download MD5 sum: &xmlto-md5sum;
     56        </para>
    4957      </listitem>
    5058      <listitem>
    51         <para>Download size: &xmlto-size;</para>
     59        <para>
     60          Download size: &xmlto-size;
     61        </para>
    5262      </listitem>
    5363      <listitem>
    54         <para>Estimated disk space required: &xmlto-buildsize;</para>
     64        <para>
     65          Estimated disk space required: &xmlto-buildsize;
     66        </para>
    5567      </listitem>
    5668      <listitem>
    57         <para>Estimated build time: &xmlto-time;</para>
     69        <para>
     70          Estimated build time: &xmlto-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    96110    <title>Installation of xmlto</title>
    97111
    98     <para>Install <application>xmlto</application> by running the following
    99     commands:</para>
     112    <para>
     113      Install <application>xmlto</application> by running the following
     114      commands:
     115    </para>
    100116
    101117<screen><userinput>LINKS="/usr/bin/links" \
     
    104120make</userinput></screen>
    105121
    106     <para>To test the results, issue: <command>make check</command>.</para>
     122    <para>
     123      To test the results, issue: <command>make check</command>.
     124    </para>
    107125
    108     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     126    <para>
     127      Now, as the <systemitem class="username">root</systemitem> user:
     128    </para>
    109129
    110130<screen role="root"><userinput>make install</userinput></screen>
     
    151171        <term><command>xmlif</command></term>
    152172        <listitem>
    153           <para>is a conditional processing instructions for XML.</para>
     173          <para>
     174            is a conditional processing instructions for XML.
     175          </para>
    154176          <indexterm zone="xmlto xmlif">
    155177            <primary sortas="b-xmlif">xmlif</primary>
     
    161183        <term><command>xmlto</command></term>
    162184        <listitem>
    163           <para>applies an XSL stylesheet to an XML document.</para>
     185          <para>
     186            applies an XSL stylesheet to an XML document.
     187          </para>
    164188          <indexterm zone="xmlto xmlto-prog">
    165189            <primary sortas="b-xmlto">xmlto</primary>
Note: See TracChangeset for help on using the changeset viewer.