Thanks for the help, got it all working now by using keep-with-previous=always on the affected rows.
Regards, Alexander -----Ursprüngliche Nachricht----- Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. August 2008 16:03 An: [email protected] Betreff: Re: Possible to avoid page breaks between table rows with keep-together? So you want to keep multiple table-rows together. You can do that by using keep-with-next.within-page="always" if you have already specified keep-together on the row. Essentially, with the keep-together on the rows you make sure they can't be split and with the keep-with next, you can glue individual table-rows together. HTH On 11.08.2008 11:49:51 Marx, Alexander wrote: > Hello FOP-Users, > > I need some help with using keep-together correctly. I am using the > latest 0.95 release. > > I have attached a sample purchase order document which has a number of > order lines with different kinds of additional information. The > requirement is: One order line should be kept together on one page > including all additional information. If the order line does not fit on > the same page it is supposed to trigger a page break. > > I have tried to set keep-together accordingly but if you look at the > output of the sample xml you'll find that there still is a page break > within the same order line > > Can you point me in the right direction how it is possible to achieve > the intended behaviour? > > Regards, > Alexander > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
