]> granicus.if.org Git - docbook-dsssl/commitdiff
Process head/body/foot in the right order
authorNorman Walsh <ndw@nwalsh.com>
Thu, 3 May 2001 21:27:04 +0000 (21:27 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 3 May 2001 21:27:04 +0000 (21:27 +0000)
xsl/fo/table.xsl
xsl/html/table.xsl

index 6b1790a8a656175654410caedb29d00b0e0cc1bb..2db447af59c5303ffddbfffe27062b3a59c59a16 100644 (file)
@@ -154,7 +154,9 @@ to be incomplete. Don't forget to read the source, too :-)</para>
     </xsl:otherwise>
   </xsl:choose>
 
-  <xsl:apply-templates/>
+  <xsl:apply-templates select="thead"/>
+  <xsl:apply-templates select="tbody"/>
+  <xsl:apply-templates select="tfoot"/>
 </xsl:template>
 
 <xsl:template match="colspec"></xsl:template>
index d76fe3accd6ab0501ddbaa01905b1c7832fde89b..627cc19dd4c61e65d003e7910666fee14a864e82 100644 (file)
       </xsl:otherwise>
     </xsl:choose>
 
-    <xsl:apply-templates/>
+    <xsl:apply-templates select="thead"/>
+    <xsl:apply-templates select="tbody"/>
+    <xsl:apply-templates select="tfoot"/>
 
     <xsl:if test=".//footnote">
       <tr>