Hello,
yesterday, I changed to FOP 0.93 (before, I used 0.2x). And now I have some
problems with footnotes ;-)
The footnotes are not longer displayed in an extra-region *under* the text of
a page. They are sitting within the text, the footnote-text is overlaying the
normal text. I already changed the footnote-code, using simple.fo in the
footnote-example-directory.
--------------------
My page:
<fo:simple-page-master master-name="content"
page-width="21cm"
page-height="29.7cm"
margin-top="2cm"
margin-bottom="2cm"
margin-left="2.5cm"
margin-right="2cm">
<fo:region-body margin-top="1cm" margin-bottom="3cm" />
<fo:region-before extent="3cm"/>
<fo:region-after extent="1.5cm"/>
</fo:simple-page-master>
And than the footnote:
<fo:footnote>
<fo:inline
font-size="6">(<xsl:number level="any" count="fn"
format="1"/>)</fo:inline>
<fo:footnote-body>
<fo:block font-size="6">(<xsl:number level="any" count="fn"
format="1"/>)</fo:block>
<fo:block><xsl:value-of select="."/></fo:block>
</fo:footnote-body>
</fo:footnote>
--------------------
Thanx for any hint :-)
Best,
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]