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, 12.2, 12.2-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/loongarch-12.2, 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/fo/spaces.xsl

    r09a35dd r15c7d39  
    55
    66<!-- ********************************************************************
    7      $Id$
     7     $Id: spaces.xsl 9647 2012-10-26 17:42:03Z bobstayton $
    88     ********************************************************************
    99     XSL-FO specification treats all space characters like ordinary spaces.
     
    1212     ******************************************************************** -->
    1313
    14 <xsl:template match="text()[namespace-uri(..) = '']">
    15   <xsl:choose>
    16     <xsl:when test="$passivetex.extensions != 0">
    17       <xsl:call-template name="passivetex.dash.subst">
    18         <xsl:with-param name="string">
    19           <xsl:call-template name="space.2000.subst">
    20             <xsl:with-param name="string" select="."/>
    21           </xsl:call-template>
    22         </xsl:with-param>
    23       </xsl:call-template>
    24     </xsl:when>
    25     <xsl:otherwise>
    26       <xsl:call-template name="space.2000.subst">
    27         <xsl:with-param name="string" select="."/>
    28       </xsl:call-template>
    29     </xsl:otherwise>
    30   </xsl:choose>
     14<xsl:template match="text()[namespace-uri(..) = '' or
     15                     namespace-uri(..) = 'http://docbook.org/ns/docbook']">
     16  <xsl:call-template name="space.2000.subst">
     17    <xsl:with-param name="string" select="."/>
     18  </xsl:call-template>
    3119</xsl:template>
    3220
Note: See TracChangeset for help on using the changeset viewer.