]> granicus.if.org Git - docbook-dsssl/commitdiff
Process thead/tbody/tfoot in the right order (thead/tfoot/tbody)
authorNorman Walsh <ndw@nwalsh.com>
Mon, 16 Jul 2001 21:29:20 +0000 (21:29 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 16 Jul 2001 21:29:20 +0000 (21:29 +0000)
xsl/fo/table.xsl

index 72cc0382bb7f42dc76b0c8fc64b6fa91978b4175..e1ffe732e8da892c4e69d7979fa5de275d2b76e4 100644 (file)
@@ -155,8 +155,8 @@ to be incomplete. Don't forget to read the source, too :-)</para>
   </xsl:choose>
 
   <xsl:apply-templates select="thead"/>
-  <xsl:apply-templates select="tbody"/>
   <xsl:apply-templates select="tfoot"/>
+  <xsl:apply-templates select="tbody"/>
 </xsl:template>
 
 <xsl:template match="colspec"></xsl:template>