Ignore:
Timestamp:
12/10/2013 11:37:38 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
112db9d
Parents:
f2a5108
Message:

Import new branch

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-1.78.1/fo/spaces.xsl

    rf2a5108 rb1a51ac1  
    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.