Ignore:
Timestamp:
05/09/2008 01:00:42 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b48899b
Parents:
2262b78
Message:

Removed extraneous whitespace from the ends of line text

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/autoidx.xsl

    r2262b78 r410e228b  
    5555<xsl:key name="see-also"
    5656         match="indexterm[seealso]"
    57          use="concat(&primary;, &sep;, 
    58                      &secondary;, &sep;, 
     57         use="concat(&primary;, &sep;,
     58                     &secondary;, &sep;,
    5959                     &tertiary;, &sep;, seealso)"/>
    6060
    6161<xsl:key name="see"
    6262         match="indexterm[see]"
    63          use="concat(&primary;, &sep;, 
    64                      &secondary;, &sep;, 
     63         use="concat(&primary;, &sep;,
     64                     &secondary;, &sep;,
    6565                     &tertiary;, &sep;, see)"/>
    6666
     
    138138          <xsl:with-param name="role" select="$role"/>
    139139          <xsl:with-param name="type" select="$type"/>
    140           <xsl:sort select="translate(&primary;, &lowercase;, 
     140          <xsl:sort select="translate(&primary;, &lowercase;,
    141141                            &uppercase;)"/>
    142142        </xsl:apply-templates>
     
    313313                ref-key="{$primary}"/>
    314314            </xsl:if>
    315           </rx:page-index>       
     315          </rx:page-index>
    316316        </xsl:if>
    317317      </xsl:when>
    318318      <xsl:otherwise>
    319319        <xsl:variable name="page-number-citations">
    320           <xsl:for-each select="$refs[not(see) 
     320          <xsl:for-each select="$refs[not(see)
    321321                                and not(secondary)]">
    322322            <xsl:apply-templates select="." mode="reference">
     
    438438      <xsl:otherwise>
    439439        <xsl:variable name="page-number-citations">
    440           <xsl:for-each select="$refs[not(see) 
     440          <xsl:for-each select="$refs[not(see)
    441441                                and not(tertiary)]">
    442442            <xsl:apply-templates select="." mode="reference">
     
    483483          <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
    484484      </xsl:apply-templates>
    485       <xsl:apply-templates select="$refs[tertiary and count(.|key('tertiary', concat($key, &sep;, &tertiary;))[&scope;][1]) = 1]" 
     485      <xsl:apply-templates select="$refs[tertiary and count(.|key('tertiary', concat($key, &sep;, &tertiary;))[&scope;][1]) = 1]"
    486486                           mode="index-tertiary">
    487487          <xsl:with-param name="scope" select="$scope"/>
     
    945945    </xsl:apply-templates>
    946946
    947     <xsl:apply-templates select="$refs[secondary and count(.|key('secondary', concat($key, &sep;, &secondary;))[&scope;][1]) = 1]" 
     947    <xsl:apply-templates select="$refs[secondary and count(.|key('secondary', concat($key, &sep;, &secondary;))[&scope;][1]) = 1]"
    948948                         mode="index-secondary-markup">
    949949      <xsl:with-param name="scope" select="$scope"/>
     
    998998      <xsl:sort select="translate(seealso, &lowercase;, &uppercase;)"/>
    999999    </xsl:apply-templates>
    1000     <xsl:apply-templates select="$refs[tertiary and count(.|key('tertiary', concat($key, &sep;, &tertiary;))[&scope;][1]) = 1]" 
     1000    <xsl:apply-templates select="$refs[tertiary and count(.|key('tertiary', concat($key, &sep;, &tertiary;))[&scope;][1]) = 1]"
    10011001                         mode="index-tertiary-markup">
    10021002      <xsl:with-param name="scope" select="$scope"/>
Note: See TracChangeset for help on using the changeset viewer.