Hello :-)
I have a problem with repeating the region-before over a text that takes
more than one page. The header will be generated on the first page of the
text, but not over the second page.
Here are the parts of my fo file :
<fo:simple-page-master master-name="PressMonitorClipping" margin-left="3cm"
margin-right="2cm">
<fo:region-before region-name="region-header" extent="60pt"
precedence="false" />
<fo:region-body region-name="region-body" margin-top="55pt"
margin-bottom="35pt" />
<fo:region-after region-name="region-footer" extent="30pt"
precedence="false" />
</fo:simple-page-master>
<fo:static-content flow-name="region-header">
<fo:block space-before="20px">
<fo:table table-omit-header-at-break="false"
table-layout="fixed">
... table content ...
</fo:table>
</fo:block>
</fo:static-content>
Many thx for your help !
Regards,
Dany
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]