Xep-support,
In my code below, is it possible to be certain the first block is never the
last item in a page body? I just want to make sure that the data in the
first block is ever the last item on a page. The data in the flow section
may be more or less than a full page worth of data. I am using XEP 4.6
(might be 4.7, but I don't know how to find out). The documentation says
that keep-with-next.within-page="always" isn't supported. I've tried various
keep-together things. I've run into this issue before.
Jerry J
<fo:flow flow-name="xsl-region-body">
<fo:wrapper font-family="{$FONT_FAMILY}"
font-size="{$PHYS_DATA_FONT_SIZE}">
<fo:block keep-with-next.within-page="always">
Always One Bold Line . This line may span the width of the page
</fo:block>
<rx:flow-section column-count="3" column-gap="0.5in">
<fo:block >
Column Data (could be pages of data)
</fo:block>
</rx:flow-section>
</fo:wrapper>
</fo:flow>
-------------------
(*) 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/terms-of-service.html
Received on Sun Aug 19 17:16:17 2007
This archive was generated by hypermail 2.1.8 : Sun Aug 19 2007 - 17:16:18 PDT