From: Daniel Kuebler <[EMAIL PROTECTED]>

<snip/>


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" />

content in the non-body regions is automatically repeated on every page for which simple page master PressMonitorClipping is used.


        <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>

I dont understand what you are trying to achieve. Content in static regions is not intended to "flow" onto subsequent pages. A table in static content should be small enough to fit within the region's extent. Overflowing content in static regions is generally clipped.


Why dont you put this table in the fo:flow instead?

        </fo:block>
</fo:static-content>



Chris

_________________________________________________________________
Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile


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



Reply via email to