Ignore:
Timestamp:
Sep 9, 2007, 2:04:08 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
31ee1ac
Parents:
a6966fa
Message:

Updated DocBook?-XSL code to version 1.73.2

File:
1 edited

Legend:

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

    ra6966fa r9642843  
    465465    <xsl:attribute name="table-layout">fixed</xsl:attribute>
    466466  </xsl:if>
    467 
    468   <xsl:if test="count(preceding-sibling::tgroup) = 0">
    469     <!-- If this is the first tgroup, output the width attribute for the -->
    470     <!-- surrounding fo:table. (If this isn't the first tgroup, trying   -->
    471     <!-- to output the attribute will cause an error.)                   -->
     467 
    472468    <xsl:attribute name="width">
    473469      <xsl:value-of select="$table.width"/>
    474470    </xsl:attribute>
    475   </xsl:if>
    476 
     471 
    477472  <xsl:choose>
    478473    <xsl:when test="$use.extensions != 0
Note: See TracChangeset for help on using the changeset viewer.