Ignore:
Timestamp:
05/30/2005 04:32:59 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
fc7afd0c
Parents:
b66607a
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
    1616  <?dbhtml filename="libxslt.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libxslt-&libxslt-version;</title>
    24  
     24
    2525  <indexterm zone="libxslt">
    2626    <primary sortas="a-Libxslt">Libxslt</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Libxslt</title>
    31    
     31
    3232    <para>The <application>libxslt</application> package contains
    3333    XSLT libraries. These are useful for extending <filename
    3434    class="libraryfile">libxml2</filename> libraries to support
    3535    XSLT files.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Libxslt Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para><xref linkend="libxml2"/></para>
    63    
     63
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    6565    <para><xref linkend="python"/> and
    6666    <ulink url="http://www.gnupg.org/download/index.html">libgcrypt</ulink></para>
    67    
     67
    6868  </sect2>
    69  
     69
    7070  <sect2 role="installation">
    7171    <title>Installation of Libxslt</title>
     
    7676<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7777make</userinput></screen>
    78    
     78
    7979    <para>To test the results, issue: <command>make check</command>.</para>
    80    
     80
    8181    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    82    
     82
    8383<screen role="root"><userinput>make install</userinput></screen>
    84    
     84
    8585  </sect2>
    86  
     86
    8787  <sect2 role="content">
    8888    <title>Contents</title>
     
    9292      <segtitle>Installed Libraries</segtitle>
    9393      <segtitle>Installed Directories</segtitle>
    94      
     94
    9595      <seglistitem>
    9696        <seg>xslt-config and xsltproc</seg>
     
    101101      </seglistitem>
    102102    </segmentedlist>
    103    
     103
    104104    <variablelist>
    105105      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    106106      <?dbfo list-presentation="list"?>
    107107      <?dbhtml list-presentation="table"?>
    108      
     108
    109109      <varlistentry id="xslt-config">
    110110        <term><command>xslt-config</command></term>
    111111        <listitem>
    112112          <para>is used to find out the pre-processor, linking and
    113           compiling flags necessary to use the <application>libxslt</application> 
     113          compiling flags necessary to use the <application>libxslt</application>
    114114          libraries in 3rd-party programs.</para>
    115115          <indexterm zone="libxslt xslt-config">
     
    118118        </listitem>
    119119      </varlistentry>
    120      
     120
    121121      <varlistentry id="xsltproc">
    122122        <term><command>xsltproc</command></term>
     
    128128        </listitem>
    129129      </varlistentry>
    130      
     130
    131131      <varlistentry id="libxslt-lib">
    132132        <term><filename class='libraryfile'>libxslt.[so,a]</filename></term>
    133133        <listitem>
    134           <para> provides extensions to the <filename class="libraryfile">libxml2</filename> 
     134          <para> provides extensions to the <filename class="libraryfile">libxml2</filename>
    135135          libraries to parse files that use the XSLT format.</para>
    136136          <indexterm zone="libxslt libxslt-lib">
     
    139139        </listitem>
    140140      </varlistentry>
    141      
     141
    142142      <varlistentry id="libexslt">
    143143        <term><filename class='libraryfile'>libexslt.[so,a]</filename></term>
     
    149149        </listitem>
    150150      </varlistentry>
    151    
     151
    152152    </variablelist>
    153153
Note: See TracChangeset for help on using the changeset viewer.