Thanks Stephen,
I am using fop-0.20.3!!! and <fo:table-row keep-with-next="always"> DOES NOT
work either :(
Mathy
STEPHEN_R_FRIEDLAND@xxxxxxxxx wrote:
> 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|