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/xref.xsl

    r2262b78 r410e228b  
    1818
    1919<!-- Use internal variable for olink xlink role for consistency -->
    20 <xsl:variable 
     20<xsl:variable
    2121      name="xolink.role">http://docbook.org/xlink/role/olink</xsl:variable>
    2222
     
    5151  <xsl:variable name="xrefstyle">
    5252    <xsl:choose>
    53       <xsl:when test="@role and not(@xrefstyle) 
     53      <xsl:when test="@role and not(@xrefstyle)
    5454                      and $use.role.as.xrefstyle != 0">
    5555        <xsl:value-of select="@role"/>
     
    124124      <!-- page numbers only for local targets -->
    125125    </xsl:when>
    126     <xsl:when test="starts-with(normalize-space($xrefstyle), 'select:') 
     126    <xsl:when test="starts-with(normalize-space($xrefstyle), 'select:')
    127127                  and contains($xrefstyle, 'nopage')">
    128128      <!-- negative xrefstyle in instance turns it off -->
    129129    </xsl:when>
    130130    <!-- positive xrefstyle already handles it -->
    131     <xsl:when test="not(starts-with(normalize-space($xrefstyle), 'select:') 
     131    <xsl:when test="not(starts-with(normalize-space($xrefstyle), 'select:')
    132132                  and (contains($xrefstyle, 'page')
    133133                       or contains($xrefstyle, 'Page')))
    134                   and ( $insert.xref.page.number = 'yes' 
     134                  and ( $insert.xref.page.number = 'yes'
    135135                     or $insert.xref.page.number = '1')
    136136                  or local-name($target) = 'para'">
     
    788788  <xsl:variable name="xrefstyle">
    789789    <xsl:choose>
    790       <xsl:when test="@role and not(@xrefstyle) 
     790      <xsl:when test="@role and not(@xrefstyle)
    791791                      and $use.role.as.xrefstyle != 0">
    792792        <xsl:value-of select="@role"/>
     
    852852    </xsl:when>
    853853    <!-- negative xrefstyle in instance turns it off -->
    854     <xsl:when test="starts-with(normalize-space($xrefstyle), 'select:') 
     854    <xsl:when test="starts-with(normalize-space($xrefstyle), 'select:')
    855855                  and contains($xrefstyle, 'nopage')">
    856856    </xsl:when>
    857     <xsl:when test="(starts-with(normalize-space($xrefstyle), 'select:') 
    858                   and $insert.link.page.number = 'maybe' 
     857    <xsl:when test="(starts-with(normalize-space($xrefstyle), 'select:')
     858                  and $insert.link.page.number = 'maybe'
    859859                  and (contains($xrefstyle, 'page')
    860860                       or contains($xrefstyle, 'Page')))
    861                   or ( $insert.link.page.number = 'yes' 
     861                  or ( $insert.link.page.number = 'yes'
    862862                     or $insert.link.page.number = '1')
    863863                  or local-name($target) = 'para'">
     
    939939    <xsl:variable name="fnum">
    940940      <!-- FIXME: list in @from is probably not complete -->
    941       <xsl:number level="any" 
    942                   from="chapter|appendix|preface|article|refentry|bibliography[not(parent::article)]" 
    943                   count="footnote[not(@label)][not(ancestor::tgroup)]|ulink[node()][@url != .][not(ancestor::footnote)]" 
     941      <xsl:number level="any"
     942                  from="chapter|appendix|preface|article|refentry|bibliography[not(parent::article)]"
     943                  count="footnote[not(@label)][not(ancestor::tgroup)]|ulink[node()][@url != .][not(ancestor::footnote)]"
    944944                  format="1"/>
    945945    </xsl:variable>
     
    10331033      </xsl:variable>
    10341034
    1035       <xsl:variable name="target.database" 
     1035      <xsl:variable name="target.database"
    10361036          select="document($target.database.filename, /)"/>
    10371037
     
    11861186
    11871187  <xsl:variable name="targetptr">
    1188     <xsl:value-of 
     1188    <xsl:value-of
    11891189       select="substring-before(substring-after($olink.key, '/'), '/')"/>
    11901190  </xsl:variable>
     
    11931193    <xsl:variable name="candidate">
    11941194      <xsl:for-each select="$target.database" >
    1195         <xsl:value-of 
     1195        <xsl:value-of
    11961196                  select="key('targetptr-key', $olink.key)/@lang" />
    11971197      </xsl:for-each>
     
    12071207  </xsl:variable>
    12081208
    1209   <xsl:if test="$current.docid = $targetdoc and 
     1209  <xsl:if test="$current.docid = $targetdoc and
    12101210                $olink.lang = $target.lang">
    12111211    <xsl:variable name="targets" select="key('id',$targetptr)"/>
     
    13951395  </xsl:variable>
    13961396
    1397   <xsl:variable name="target.database" 
     1397  <xsl:variable name="target.database"
    13981398      select="document($target.database.filename, /)"/>
    13991399
Note: See TracChangeset for help on using the changeset viewer.