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

    r2262b78 r410e228b  
    4141
    4242  <!-- Preserve order of PIs and comments -->
    43   <xsl:apply-templates 
     43  <xsl:apply-templates
    4444      select="*[not(self::listitem
    4545                or self::title
     
    4949
    5050  <xsl:variable name="content">
    51     <xsl:apply-templates 
     51    <xsl:apply-templates
    5252          select="listitem
    5353                  |comment()[preceding-sibling::listitem]
     
    172172    <xsl:when test="$itemsymbol='triangle'">&#x2023;</xsl:when>
    173173    <xsl:when test="$itemsymbol='point'">&#x203A;</xsl:when>
    174     <xsl:when test="$itemsymbol='hand'"><fo:inline 
     174    <xsl:when test="$itemsymbol='hand'"><fo:inline
    175175                         font-family="Wingdings 2">A</fo:inline></xsl:when>
    176176    -->
     
    204204
    205205  <!-- Preserve order of PIs and comments -->
    206   <xsl:apply-templates 
     206  <xsl:apply-templates
    207207      select="*[not(self::listitem
    208208                or self::title
     
    212212
    213213  <xsl:variable name="content">
    214     <xsl:apply-templates 
     214    <xsl:apply-templates
    215215          select="listitem
    216216                  |comment()[preceding-sibling::listitem]
     
    307307</xsl:template>
    308308
    309 <xsl:template match="listitem/*[1][local-name()='para' or 
    310                                    local-name()='simpara' or 
     309<xsl:template match="listitem/*[1][local-name()='para' or
     310                                   local-name()='simpara' or
    311311                                   local-name()='formalpara']
    312                      |glossdef/*[1][local-name()='para' or 
    313                                    local-name()='simpara' or 
     312                     |glossdef/*[1][local-name()='para' or
     313                                   local-name()='simpara' or
    314314                                   local-name()='formalpara']
    315                      |step/*[1][local-name()='para' or 
    316                                    local-name()='simpara' or 
     315                     |step/*[1][local-name()='para' or
     316                                   local-name()='simpara' or
    317317                                   local-name()='formalpara']
    318                      |callout/*[1][local-name()='para' or 
    319                                    local-name()='simpara' or 
     318                     |callout/*[1][local-name()='para' or
     319                                   local-name()='simpara' or
    320320                                   local-name()='formalpara']"
    321321              priority="2">
     
    429429
    430430  <!-- Preserve order of PIs and comments -->
    431   <xsl:apply-templates 
     431  <xsl:apply-templates
    432432    select="*[not(self::varlistentry
    433433              or self::title
     
    484484    <xsl:when test="string-length($term.text) &gt; $longest">
    485485      <xsl:call-template name="longest.term">
    486         <xsl:with-param name="longest" 
     486        <xsl:with-param name="longest"
    487487            select="string-length($term.text)"/>
    488488        <xsl:with-param name="maxlength" select="$maxlength"/>
     
    545545
    546546  <!-- Preserve order of PIs and comments -->
    547   <xsl:apply-templates 
     547  <xsl:apply-templates
    548548    select="*[not(self::varlistentry
    549549              or self::title
     
    577577  <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable>
    578578
    579   <fo:block id="{$id}" xsl:use-attribute-sets="list.item.spacing" 
    580       keep-together.within-column="always" 
     579  <fo:block id="{$id}" xsl:use-attribute-sets="list.item.spacing"
     580      keep-together.within-column="always"
    581581      keep-with-next.within-column="always">
    582582    <xsl:apply-templates select="term"/>
     
    655655        <xsl:attribute name="table-layout">auto</xsl:attribute>
    656656        <xsl:if test="$explicit.table.width != ''">
    657           <xsl:attribute name="width"><xsl:value-of 
     657          <xsl:attribute name="width"><xsl:value-of
    658658          select="$explicit.table.width"/></xsl:attribute>
    659659        </xsl:if>
     
    661661      <xsl:otherwise>
    662662        <xsl:attribute name="table-layout">fixed</xsl:attribute>
    663         <xsl:attribute name="width"><xsl:value-of 
     663        <xsl:attribute name="width"><xsl:value-of
    664664                                      select="$table.width"/></xsl:attribute>
    665665      </xsl:otherwise>
     
    748748        <xsl:attribute name="table-layout">auto</xsl:attribute>
    749749        <xsl:if test="$explicit.table.width != ''">
    750           <xsl:attribute name="width"><xsl:value-of 
     750          <xsl:attribute name="width"><xsl:value-of
    751751                             select="$explicit.table.width"/></xsl:attribute>
    752752        </xsl:if>
     
    754754      <xsl:otherwise>
    755755        <xsl:attribute name="table-layout">fixed</xsl:attribute>
    756         <xsl:attribute name="width"><xsl:value-of 
     756        <xsl:attribute name="width"><xsl:value-of
    757757                                      select="$table.width"/></xsl:attribute>
    758758      </xsl:otherwise>
     
    929929                |processing-instruction()[not(preceding-sibling::step)]"/>
    930930
    931   <xsl:variable name="steps" 
     931  <xsl:variable name="steps"
    932932                select="step
    933933                        |comment()[preceding-sibling::step]
     
    10251025<xsl:template match="step/title">
    10261026  <fo:block font-weight="bold"
    1027             keep-together.within-column="always" 
     1027            keep-together.within-column="always"
    10281028            keep-with-next.within-column="always">
    10291029    <xsl:apply-templates/>
     
    11591159    <!-- The above restores alignment altered by image align attribute -->
    11601160    <xsl:if test="title|info/title">
    1161       <xsl:apply-templates select="(title|info/title)[1]" 
     1161      <xsl:apply-templates select="(title|info/title)[1]"
    11621162                           mode="list.title.mode"/>
    11631163    </xsl:if>
    11641164
    11651165    <!-- Preserve order of PIs and comments -->
    1166     <xsl:apply-templates 
     1166    <xsl:apply-templates
    11671167         select="*[not(self::callout or self::title or self::titleabbrev)]
    11681168                   |comment()[not(preceding-sibling::callout)]
Note: See TracChangeset for help on using the changeset viewer.