]> granicus.if.org Git - docbook-dsssl/commitdiff
Added a fix to make rowsep apply to the last row of thead in entrytbl.
authorMauritz Jeanson <mj@johanneberg.com>
Thu, 21 Feb 2008 17:10:10 +0000 (17:10 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Thu, 21 Feb 2008 17:10:10 +0000 (17:10 +0000)
xsl/html/table.xsl

index 54275adce81865c9c510e248996bd5a7caf045ea..dda0b9b50ae8517b76e66c3b1ae68c7f5d1d635f 100644 (file)
     <xsl:choose>
       <!-- If this is the last row, rowsep never applies. -->
       <xsl:when test="ancestor::entrytbl
-                      and not (ancestor-or-self::row[1]/following-sibling::row)">
+                      and not (ancestor-or-self::row[1]/following-sibling::row)
+                     and not (ancestor::thead)">
         <xsl:value-of select="0"/>
       </xsl:when>
       <xsl:when test="not(ancestor-or-self::row[1]/following-sibling::row