RE: [xep-support] row-groups

From: Jeff Beal (jeff.beal@ansys.com)
Date: Tue Feb 18 2003 - 07:55:54 PST

  • Next message: David Tolpin: "Re: [xep-support] row-groups"

    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@atosorigin.com]
    Sent: Tuesday, February 18, 2003 10:27 AM
    To: xep-support@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@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@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



    This archive was generated by hypermail 2.1.5 : Tue Feb 18 2003 - 07:49:43 PST