I have a problem with table row when the content of table cell exceeds the witdth specified.
Did you take a look at http://xml.apache.org/fop/faq.html#cells-overflow
I want the following to be the output :
Each column's value is completely displayed (no overlapping). When the end of table / page is reach, I want the next values to be wrapped to the next row.
For example, 1111 2222 3333
This does not quite match typical solutions to your problem statement. Text can easily be wrapped inside a table cell, but you can't easily change the number of columns and rows.
J.Pietschmann
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]