Hello,

I´ve read in the FAQ and the Archive of the List. But I´ve not found
accurate Solution for my Problem. My Problem is, that my region-before
overlaps with the region-body but only if the region before has a line more
(cause by linebreak). The margin and extend values I´ve set.

My XSL Stylesheet shows as follows. Havy anybody an idea how to solve it.

Thanks, Jan


<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
        <fo:layout-master-set>
                <fo:simple-page-master master-name="simple"
page-height="29.7cm" page-width="21cm" margin-left="1.7cm"
margin-top="1.0cm" margin-bottom="1.3cm" margin-right="1.2cm">
                <fo:region-before extent="5.5cm" />
                <fo:region-body margin-top="5.5cm" margin-bottom="2.85cm"/>
                <fo:region-after extent="2.85cm"/>
                <fo:region-start/>
                <fo:region-end/>
                </fo:simple-page-master>
        </fo:layout-master-set>
        <fo:page-sequence master-reference="simple">
                <fo:static-content flow-name="xsl-region-before"
display-align="before">
                        <fo:block-container absolute-position="fixed"
position="absolute" height="2.0cm" left="-0.85cm">
                                <xsl:call-template name="headerLogo"/>
                        </fo:block-container>
                        <fo:block-container absolute-position="fixed"
position="absolute" height="5.5cm" top="1.75cm">
                                <xsl:call-template name="headerWP"/>
                        </fo:block-container>
                </fo:static-content>
                <fo:static-content flow-name="xsl-region-after">
                        <fo:block>
                                <xsl:call-template name="footerDepot"/>
                        </fo:block>
                </fo:static-content>
                <fo:flow flow-name="xsl-region-body">
                        <fo:block>
                                <xsl:call-template name="depotlisteBody"/>
                        </fo:block>
                        <fo:block id="last-page"/>
                </fo:flow>
        </fo:page-sequence>

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

Reply via email to