MPPDF-30 : The first row of table is not rendered.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@158841 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-03-23 22:08:50 +00:00
parent cb91a43c4b
commit 53920958a4
2 changed files with 4 additions and 3 deletions

View File

@ -203,7 +203,7 @@
</fo:table-footer> </fo:table-footer>
<!-- Process any tbody/tr or tr records --> <!-- Process any tbody/tr or tr records -->
<fo:table-body> <fo:table-body>
<xsl:apply-templates select="tr[position()!=1][count(*)!=count(th)]"> <xsl:apply-templates select="tr[count(*)!=count(th)]">
<xsl:with-param name="spacerSpanColumns" select="$spacerSpanColumns"/> <xsl:with-param name="spacerSpanColumns" select="$spacerSpanColumns"/>
</xsl:apply-templates> </xsl:apply-templates>
</fo:table-body> </fo:table-body>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@ -17,13 +16,15 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="dion@apache.org">dIon Gillard</author> <author email="dion@apache.org">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="2.2.2" date="In SVN">
<action dev="aheritier" type="fix" issue="MPPDF-30" due-to="Lukas Theussl">The first row of table is not rendered.</action>
</release>
<release version="2.2.1" date="2004-10-30"> <release version="2.2.1" date="2004-10-30">
<action dev="aheritier" type="fix" issue="MPPDF-21">The content of style tag was printed on the PDF file.</action> <action dev="aheritier" type="fix" issue="MPPDF-21">The content of style tag was printed on the PDF file.</action>
<action dev="aheritier" type="fix" issue="MPPDF-16" due-to="Archimedes Trajano">JDK 5.0 incompatibility. XSLT is now called from Jelly.</action> <action dev="aheritier" type="fix" issue="MPPDF-16" due-to="Archimedes Trajano">JDK 5.0 incompatibility. XSLT is now called from Jelly.</action>