[xep-support] row-groups

Jeff Beal jeff.beal at ansys.com
Tue Feb 18 07:55:54 PST 2003


The XSL-FO specification doesn't have anything called <fo:table-row-group/>.
To get the grouping, experiment with multiple <fo:table-body/> elements
within a <fo:table/> element.  Unfortunately, it doesn't look like the
<fo:table-body/> allows the keep-together properties.  As I see it, the only
way to keep rows together is to use the keep-with-next and
keep-with-previous properties on the rows in question.

Jeff Beal
ANSYS Documentation Department

-----Original Message-----
From: Kielen, Agnes [mailto:Agnes.Kielen at atosorigin.com]
Sent: Tuesday, February 18, 2003 10:27 AM
To: xep-support at renderx.com
Subject: [xep-support] row-groups


Hello,

In a report I have one large table expanding on multiple pages. Most of the
time two or three 'fo:table-rows' belong together and shouldn't be seperated
over seperate pages. Reading in the archives I found something about
row-groups, but I have no idea how to implement this.

Example


---> <fo:table-row-group>????????
<fo:table-row >
     <fo:table-cell><fo:block/></fo:table-cell>
     <fo:table-cell><fo:block>2734-1746</fo:block></fo:table-cell>
     <fo:table-cell ><fo:block>PHYSICAL DATA</fo:block></fo:table-cell>
<fo:table-row >
<fo:table-row >
     <fo:table-cell><fo:block/></fo:table-cell>
     <fo:table-cell><fo:block>2734-1e876736</fo:block></fo:table-cell>
     <fo:table-cell ><fo:block>BRACKET</fo:block></fo:table-cell>
<fo:table-row >
---> </fo:table-row-group> ????????

What do I write instead of 'fo:table-row-group'. The whole thing is located
in the fo:table-body

Thanks.

Agnes


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service
http://www.renderx.com/tos.html
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list