]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug [ 1173576 ] rowsep lines after last row of a table
authorBob Stayton <bobs@sagehill.net>
Mon, 16 May 2005 16:01:57 +0000 (16:01 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 16 May 2005 16:01:57 +0000 (16:01 +0000)
xsl/html/table.xsl

index 770a4726450d7440b15daa4deffcc27371531453..00f6503876b1b56a528f68dabc120dba259c3772 100644 (file)
                           or ancestor-or-self::tbody/preceding-sibling::tfoot)">
         <xsl:value-of select="0"/>
       </xsl:when>
+      <xsl:when test="@morerows and not(@morerows &lt; 
+                 count(ancestor-or-self::row[1]/following-sibling::row))">
+        <xsl:value-of select="0"/>
+      </xsl:when>
       <xsl:otherwise>
         <xsl:call-template name="inherited.table.attribute">
           <xsl:with-param name="entry" select="."/>