Ignore:
Timestamp:
10/08/2013 08:03:29 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
58675ce
Parents:
09a35dd
Message:

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-1.78.1/common/pi.xsl

    r09a35dd r15c7d39  
    1111
    1212<!-- ********************************************************************
    13      $Id$
     13     $Id: pi.xsl 8782 2010-07-27 21:15:17Z mzjn $
    1414     ********************************************************************
    1515
     
    2222<doc:reference xmlns=""><info><title>Common Processing Instruction Reference</title>
    2323    <releaseinfo role="meta">
    24       $Id$
     24      $Id: pi.xsl 8782 2010-07-27 21:15:17Z mzjn $
    2525    </releaseinfo>
    2626  </info>
     
    189189      markup, to cause that markup to be surrounded by
    190190      <literal>$</literal> delimiter characters in output.</para>
     191      <warning>
     192       <para>This feature is useful for print/PDF output only if you
     193       use the obsolete and now unsupported PassiveTeX XSL-FO
     194       engine.</para>
     195      </warning>
    191196  </refdescription>
    192197  <refsynopsisdiv>
     
    202207    </variablelist>
    203208  </refparameter>
     209
    204210  <refsee role="params">
    205211    <para><parameter>tex.math.delims</parameter></para>
    206212  </refsee>
    207   <refsee role="tcg">
    208     <para><link role="tcg"
    209         xlink:href="TexMath.html"
    210         >DBTeXMath</link></para>
    211   </refsee>
     213 
    212214</doc:pi>
    213215<xsl:template name="pi.dbtex_delims">
     
    247249    </xsl:variable>
    248250    <xsl:choose>
    249       <!-- include extra test for Xalan quirk -->
    250       <xsl:when test="function-available('exsl:node-set') or
    251         contains(system-property('xsl:vendor'),'Apache Software Foundation')">
     251      <xsl:when test="$exsl.node.set.available != 0">
    252252        <!-- We must preserve context node in order to get valid language -->
    253253        <xsl:variable name="context" select="."/>
Note: See TracChangeset for help on using the changeset viewer.