Hmm,

rather than use an fo:table to get a fixed height area, you should use
an fo:block-container.
Note that with modern FOP, such elements are handled in a better way
than the (very old) FOP 0.2.x.
Then, you can insert an fo:table in your fo:block-container if you lay
out tabular data.

2015-02-10 5:29 GMT+01:00 fop_ag <nithinurs.venugopalraj...@arisglobal.com>:
> Hi,
> The total no of columns defined is also proper,
> I'm getting the error after moving the <fo:table-row> inside <xsl:for-each>.
> If the <fo:table-row> is placed outside for-each tag i.e., after
> <fo:table-body> the report gets generated without any error. But the table
> height is not fixed in this case.
>
>
>
> --
> View this message in context: 
> http://apache-fop.1065347.n5.nabble.com/Re-Fixing-the-table-height-tp41699p41700.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
>



-- 
pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to