Hi, gary wrote:
I am generating tables in xsl-fo format and using fop to generate the pdf. A table is repeated n times. Some time the table is spread across two pages. How can I force the table to carry over to the next page if it does not fit onto the current page and not spread across two pages.
Simply set keep-together.within-column="always" on the fo:table element. HTH, Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
