This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: table cell data on same page


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]