paul wrote:
ok, why first attempt doesn't work is clear now, it's not implemented yet

my workaround for the moment: Between Table A and Table B I insert an empty
Block. Now everything works as I'd like it to.

So maybe this is a BUG???

Doesnt sound like a bug to me. keep-with-next only tells the formatter to make sure the following object starts on the same page as the first object. (objects in your case is table-row) It does not prevent the formatter from breaking the objects themselves. So in theory, the formatter could start the second object but then before any actual content is placed, a break is allowed and the rest of the object occurs on the next page.

So when working with keep-with-* properties, keep-together should be set as well to give the results you expect.

In one of the earlier examples you gave, it looks like you could easily solve your problem just by adding keep-together="always" onto the second fo:table object. This would be much easier than specifying keep-with-next and keep-together on every row in the table.

Chris





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to