Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    ra7903332 r3979b674  
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    138139
    139140<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
    140 sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c &amp;&amp;
    141141./configure --prefix=/usr --disable-static --without-python  &amp;&amp;
    142142make</userinput></screen>
     
    169169      <command>sed -i s/3000/5000/ ...</command>: this increases the recursion
    170170      limit in libxslt. This is needed by some packages for their documentation.
    171     </para>
    172 
    173     <para>
    174       <command>sed -i -r '/max(Parser)?Depth/d' ...</command>: this works
    175       around an issue running test suite of libxslt with libxml-2.9.12.
    176171    </para>
    177172
     
    224219            is used to find out the pre-processor, linking and
    225220            compiling flags necessary to use the <application>libxslt</application>
    226             libraries in 3rd-party programs
     221            libraries in 3rd-party programs.
    227222          </para>
    228223          <indexterm zone="libxslt xslt-config">
     
    236231        <listitem>
    237232          <para>
    238             is used to apply XSLT stylesheets to XML documents
     233            is used to apply XSLT stylesheets to XML documents.
    239234          </para>
    240235          <indexterm zone="libxslt xsltproc">
     
    248243        <listitem>
    249244          <para>
    250             is used to provide extensions to XSLT functions
     245            is used to provide extensions to XSLT functions.
    251246          </para>
    252247          <indexterm zone="libxslt libexslt">
     
    262257            provides extensions to the
    263258            <filename class="libraryfile">libxml2</filename>
    264             libraries to parse files that use the XSLT format
     259            libraries to parse files that use the XSLT format.
    265260          </para>
    266261          <indexterm zone="libxslt libxslt-lib">
Note: See TracChangeset for help on using the changeset viewer.