cheche 2003/07/31 04:45:44
Modified: src/resources/stylesheets docbook2document.xsl
Log:
Docbook table header is shifted one column.
Revision Changes Path
1.14 +2 -0 xml-forrest/src/resources/stylesheets/docbook2document.xsl
Index: docbook2document.xsl
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/docbook2document.xsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- docbook2document.xsl 30 Jul 2003 08:37:54 -0000 1.13
+++ docbook2document.xsl 31 Jul 2003 11:45:44 -0000 1.14
@@ -524,7 +524,9 @@
<xsl:apply-templates select="thead|tbody|tfoot"/>
</xsl:template>
<xsl:template match="thead">
+ <tr>
<xsl:apply-templates select="row" mode="head"/>
+ </tr>
</xsl:template>
<xsl:template match="row" mode="head">
<th>
|