[xep-support] trouble with keep with next
Jerry Janofsky
JanofskyJ at comcast.net
Sun Aug 19 16:35:44 PDT 2007
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20070819/a5564610/attachment.html>
More information about the Xep-support
mailing list