Ignore:
Timestamp:
05/09/2008 12:42:27 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:
2262b78
Parents:
b5b51a2
Message:

Changed all lines with nothing but whitespace to blank lines

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

Location:
stylesheets/lfs-xsl/docbook-xsl-snapshot/fo
Files:
13 edited

Legend:

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

    rb5b51a2 rfd7e0ed6  
    8888  </xsl:choose>
    8989</xsl:template>
    90      
     90
    9191<xsl:template name="generate-basic-index">
    9292  <xsl:param name="scope" select="NOTANODE"/>
     
    755755                                       ancestor::sect1|ancestor::sect2|ancestor::sect3|ancestor::sect4|ancestor::sect5|
    756756                                       ancestor::section|ancestor::setindex|ancestor::set|ancestor::sidebar)[&scope;]"/>
    757  
     757
    758758  <xsl:variable name="id">
    759759    <xsl:call-template name="object.id">
     
    761761    </xsl:call-template>
    762762  </xsl:variable>
    763  
     763
    764764  <fo:basic-link internal-destination="{$id}"
    765765                 xsl:use-attribute-sets="index.page.number.properties">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/autotoc.xsl

    rb5b51a2 rfd7e0ed6  
    416416        <xsl:call-template name="set.toc.indent"/>
    417417      </xsl:attribute>
    418      
     418
    419419      <xsl:apply-templates select="$nodes" mode="toc">
    420420        <xsl:with-param name="toc-context" select="$toc-context"/>
     
    450450        <xsl:call-template name="set.toc.indent"/>
    451451      </xsl:attribute>
    452              
     452
    453453      <xsl:apply-templates select="refentry" mode="toc">
    454454        <xsl:with-param name="toc-context" select="$toc-context"/>
     
    498498        <xsl:call-template name="set.toc.indent"/>
    499499      </xsl:attribute>
    500              
     500
    501501      <xsl:apply-templates select="$nodes" mode="toc">
    502502        <xsl:with-param name="toc-context" select="$toc-context"/>
     
    532532        <xsl:call-template name="set.toc.indent"/>
    533533      </xsl:attribute>
    534              
     534
    535535      <xsl:apply-templates select="sect2|qandaset[$qanda.in.toc != 0]"
    536536                           mode="toc">
     
    572572        </xsl:call-template>
    573573      </xsl:attribute>
    574              
     574
    575575      <xsl:apply-templates select="sect3|qandaset[$qanda.in.toc != 0]"
    576576                           mode="toc">
     
    612612        </xsl:call-template>
    613613      </xsl:attribute>
    614              
     614
    615615      <xsl:apply-templates select="sect4|qandaset[$qanda.in.toc != 0]"
    616616                           mode="toc">
     
    652652        </xsl:call-template>
    653653      </xsl:attribute>
    654              
     654
    655655      <xsl:apply-templates select="sect5|qandaset[$qanda.in.toc != 0]"
    656656                           mode="toc">
     
    727727          </xsl:call-template>
    728728        </xsl:attribute>
    729                
     729
    730730        <xsl:apply-templates select="section|qandaset[$qanda.in.toc != 0]"
    731731                           mode="toc">
     
    843843          </xsl:call-template>
    844844        </xsl:attribute>
    845                
     845
    846846        <xsl:apply-templates select="qandadiv|qandaentry" mode="toc">
    847847          <xsl:with-param name="toc-context" select="$toc-context"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/block.xsl

    rb5b51a2 rfd7e0ed6  
    281281        </xsl:choose>
    282282      </xsl:variable>
    283    
     283
    284284      <xsl:call-template name="floater">
    285285        <xsl:with-param name="content" select="$content"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/docbook.xsl

    rb5b51a2 rfd7e0ed6  
    244244    </xsl:choose>
    245245  </xsl:variable>
    246  
     246
    247247  <!-- Include all id values in XEP output -->
    248248  <xsl:if test="$xep.extensions != 0">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/glossary.xsl

    rb5b51a2 rfd7e0ed6  
    171171      </xsl:call-template>
    172172    </xsl:attribute>
    173    
     173
    174174    <xsl:attribute name="initial-page-number">
    175175      <xsl:call-template name="initial.page.number">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/inline.xsl

    rb5b51a2 rfd7e0ed6  
    11191119          </xsl:otherwise>
    11201120        </xsl:choose>
    1121      
     1121
    11221122      </fo:basic-link>
    11231123      <xsl:text>]</xsl:text>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/param.xsl

    rb5b51a2 rfd7e0ed6  
    349349</xsl:attribute-set>
    350350    <xsl:param name="itemizedlist.label.width">1.0em</xsl:param>
    351  
     351
    352352
    353353<xsl:param name="keep.relative.image.uris" select="0"/>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/profile-docbook.xsl

    rb5b51a2 rfd7e0ed6  
    200200    </xsl:choose>
    201201  </xsl:variable>
    202  
     202
    203203  <!-- Include all id values in XEP output -->
    204204  <xsl:if test="$xep.extensions != 0">
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/qandaset.xsl

    rb5b51a2 rfd7e0ed6  
    4040    </xsl:choose>
    4141  </xsl:variable>
    42  
     42
    4343  <xsl:variable name="toc">
    4444    <xsl:call-template name="pi.dbfo_toc"/>
     
    6565        </xsl:otherwise>
    6666      </xsl:choose>
    67  
     67
    6868      <xsl:if test="(contains($toc.params, 'toc') and $toc != '0')
    6969                    or $toc = '1'">
     
    8181                                   and local-name(.) != 'qandaentry']"/>
    8282      <xsl:apply-templates select="qandadiv"/>
    83  
     83
    8484      <xsl:if test="qandaentry">
    8585        <fo:list-block xsl:use-attribute-sets="list.block.spacing"
     
    111111    </xsl:otherwise>
    112112  </xsl:choose>
    113  
     113
    114114</xsl:template>
    115115
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/sections.xsl

    rb5b51a2 rfd7e0ed6  
    262262      </xsl:choose>
    263263    </xsl:variable>
    264  
     264
    265265    <xsl:variable name="level">
    266266      <xsl:choose>
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/table.xsl

    rb5b51a2 rfd7e0ed6  
    465465    <xsl:attribute name="table-layout">fixed</xsl:attribute>
    466466  </xsl:if>
    467  
     467
    468468    <xsl:attribute name="width">
    469469      <xsl:value-of select="$table.width"/>
    470470    </xsl:attribute>
    471  
     471
    472472  <xsl:choose>
    473473    <xsl:when test="$use.extensions != 0
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/verbatim.xsl

    rb5b51a2 rfd7e0ed6  
    385385    </xsl:otherwise>
    386386  </xsl:choose>
    387  
     387
    388388</xsl:template>
    389389
  • stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/xref.xsl

    rb5b51a2 rfd7e0ed6  
    8181          </xsl:choose>
    8282        </xsl:when>
    83  
     83
    8484        <xsl:when test="$target/@xreflabel">
    8585          <xsl:call-template name="xref.xreflabel">
     
    8787          </xsl:call-template>
    8888        </xsl:when>
    89  
     89
    9090        <xsl:when test="$target">
    9191          <xsl:if test="not(parent::citation)">
    9292            <xsl:apply-templates select="$target" mode="xref-to-prefix"/>
    9393          </xsl:if>
    94  
     94
    9595          <xsl:apply-templates select="$target" mode="xref-to">
    9696            <xsl:with-param name="referrer" select="."/>
    9797            <xsl:with-param name="xrefstyle" select="$xrefstyle"/>
    9898          </xsl:apply-templates>
    99  
     99
    100100          <xsl:if test="not(parent::citation)">
    101101            <xsl:apply-templates select="$target" mode="xref-to-suffix"/>
     
    10241024        </xsl:call-template>
    10251025      </xsl:variable>
    1026    
     1026
    10271027      <xsl:variable name="target.database.filename">
    10281028        <xsl:call-template name="select.target.database">
     
    10321032        </xsl:call-template>
    10331033      </xsl:variable>
    1034    
     1034
    10351035      <xsl:variable name="target.database"
    10361036          select="document($target.database.filename, /)"/>
    1037    
     1037
    10381038      <xsl:if test="$olink.debug != 0">
    10391039        <xsl:message>
     
    10431043        </xsl:message>
    10441044      </xsl:if>
    1045    
     1045
    10461046      <xsl:variable name="olink.key">
    10471047        <xsl:call-template name="select.olink.key">
     
    10521052        </xsl:call-template>
    10531053      </xsl:variable>
    1054    
     1054
    10551055      <xsl:if test="string-length($olink.key) = 0">
    10561056        <xsl:message>
     
    11651165<xsl:template match="*" mode="insert.olink.docname.markup">
    11661166  <xsl:param name="docname" select="''"/>
    1167  
     1167
    11681168  <fo:inline font-style="italic">
    11691169    <xsl:value-of select="$docname"/>
Note: See TracChangeset for help on using the changeset viewer.