]> granicus.if.org Git - docbook-dsssl/commitdiff
Sorry about r8102: tbody, thead, and tfoot are OK in HTML tables.
authorMauritz Jeanson <mj@johanneberg.com>
Mon, 4 Aug 2008 11:37:01 +0000 (11:37 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Mon, 4 Aug 2008 11:37:01 +0000 (11:37 +0000)
xsl/html/htmltbl.xsl

index 41c9f58a7ed7396ac277e78e3d42177fbbacf0e0..a5e4b15ff65fcd0261e78cf1212e1cd47dae4506 100644 (file)
@@ -39,7 +39,7 @@
   </caption>
 </xsl:template>
 
-<xsl:template match="tr" mode="htmlTable">
+<xsl:template match="tbody|thead|tfoot|tr" mode="htmlTable">
   <xsl:element name="{name(.)}">
     <xsl:copy-of select="@*"/>
     <xsl:apply-templates mode="htmlTable"/>