You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/03/23 23:08:51 UTC

svn commit: r158841 - in maven/maven-1/plugins/trunk/pdf: src/plugin-resources/fo-tables.xslt xdocs/changes.xml

Author: aheritier
Date: Wed Mar 23 14:08:50 2005
New Revision: 158841

URL: http://svn.apache.org/viewcvs?view=rev&rev=158841
Log:
MPPDF-30 : The first row of table is not rendered.

Modified:
    maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-tables.xslt
    maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-tables.xslt
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-tables.xslt?view=diff&r1=158840&r2=158841
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-tables.xslt (original)
+++ maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-tables.xslt Wed Mar 23 14:08:50 2005
@@ -203,7 +203,7 @@
                 </fo:table-footer>
                 <!-- Process any tbody/tr or tr records -->
                 <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:apply-templates>
                 </fo:table-body>

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?view=diff&r1=158840&r2=158841
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Wed Mar 23 14:08:50 2005
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -17,13 +16,15 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
     <author email="dion@apache.org">dIon Gillard</author>
   </properties>
   <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">
       <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org