Alain ROY wrote:
I generate a table using XSLT. In the second cell of my table rows,
> I have 3 blocks (3 rows of text). I want those line to always be
> together, in the table row.
Use keep-togheter="always" on the table row.
To work around this problem, I used fo:wrapper
...
I get error messages for each row of my table :
--> [ERROR] text outside block area
The whitespace inside the fo:wrapper but outside the blocks
is interpreted as content. Don't use fo:wrapper this way.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]