You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2008/02/12 22:06:33 UTC

svn commit: r627107 - /forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl

Author: ferdinand
Date: Tue Feb 12 13:06:25 2008
New Revision: 627107

URL: http://svn.apache.org/viewvc?rev=627107&view=rev
Log:
Fixed auto-table-layout warning by properly setting width to fixed.

Modified:
    forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl

Modified: forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl
URL: http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl?rev=627107&r1=627106&r2=627107&view=diff
==============================================================================
--- forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl (original)
+++ forrest/branches/UpdateFOPto094/plugins/org.apache.forrest.plugin.output.pdf/resources/stylesheets/document-to-fo.xsl Tue Feb 12 13:06:25 2008
@@ -1149,7 +1149,7 @@
             name="column-width">
             <xsl:value-of
                 select="6.25 div number($max-number-columns)" />in </xsl:variable>
-        <fo:table id="{@id}">
+        <fo:table id="{@id}" table-layout="fixed" width="100%">
             <fo:table-column>
                 <xsl:attribute
                     name="column-width">