I stuggled with this for quite some time. Keeps are not
implemented fully in Fop (if that's what you are using).
This worked for me, though:
<fo:table-row keep-with-next="always">
<fo:table-cell ><fo:block>...</fo:block></fo:table-cell>
</fo:table-row>
HTH,
-Steve
-----Original Message-----
How can I prevent the table cells from splitting on page break?
I thought the following should prevent the table cells from splitting on
page boundaries...
<fo:table-cell keep-together.within-page="always">
<fo:block>....</fo:block>
</fo:table-cell>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|