RE: [xsl] table cell data on same page

Subject: RE: [xsl] table cell data on same page
From: STEPHEN_R_FRIEDLAND@xxxxxxxxx
Date: Thu, 28 Mar 2002 13:41:09 -0500
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


Current Thread