Dear all,

I have a fo-file that I process with fop but in the resulting pdf-file
the page content sometimes overflows the margins that I gave to the
<fo:region-body>. This only happens within a few large <fo:list-block>
elements that contain a lot of <fo:list-item> elements, for example
looking like the one below.

<fo:list-item space-before.minimum="0.7em" space-before.optimum="1em"
space-before.maximum="1.5em" space-before.conditionality="discard">
   <fo:list-item-label end-indent="label-end()">
      <fo:block font-weight="bold">25: </fo:block>
   </fo:list-item-label>
   <fo:list-item-body start-indent="body-start()">
      <fo:block font-weight="bold"
keep-with-next.within-page="always">Open browser op maat</fo:block>
      <fo:block font-family="sans-serif" font-size="11pt"
space-before.minimum="0.7em" space-before.optimum="1em"
space-before.maximum="1.5em" space-before.conditionality="discard">Met
deze optie selecteert u de maat waarin het browser tabblad geopend
moet worden.</fo:block>
   </fo:list-item-body>
</fo:list-item>

I disallow a break between the first and second block of the
<fo:list-item-body> and this may cause the overflow, but in that case
I would like fop to break the page before this list-item. Is there a
way to tell fop that it should break the page between the
<fo:list-item> elements if not doing so would result in overflowing
the <fo:region-body>.

Is this a bug in fop?

All the best,
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to