Hi!

i tried to use footnotes in my double-sided layout. i also have on the
bottom of each page a page-number and/or text. i did exactly the same as
in the
columns.fo (examples/footnotes directory). in the example the footnotes
are above the page-number. in my file the footnotes are under my
page-number/text.

what am i doing wrong?

i also wanted the footnote to be a external-link. this does not work
either?

does anybody have the same problems? are there any solutions?

here is some code from my xsl-file:

this describes the text under the page:

<fo:page-sequence master-reference="all" initial-page-number="2">
      <fo:static-content flow-name="xsl-region-after">
        <fo:block text-align="center"
                  font-size="10pt"
                  font-family="serif"
                  space-before.optimum="6pt"
                  line-height="14pt">&#169; Verlag
2002</fo:block>
      </fo:static-content>

this is how i used the footnotes (inside a list):

<fo:list-item-body start-indent="body-start()">
                                        <fo:block><xsl:value-of
select="description"/> </fo:block>
                                        <fo:block>
                                        <!-- Fussnote -->
                                         <fo:footnote>
                                          <fo:inline><xsl:value-of
select="title"/>
                                                <fo:inline font-size="6pt"
vertical-align="super">
                                                 <xsl:number
level="single" format="1"/><xsl:text> </xsl:text>
                                                </fo:inline>
                                          </fo:inline>
                                          <fo:footnote-body>
                                          <fo:block>
                                          <fo:inline font-size="6pt"
vertical-align="super">
                                                <xsl:number level="single"
format="1"/>
                                                 <xsl:text> </xsl:text>
                                          </fo:inline>
                                                  <fo:basic-link>
                                                     <xsl:attribute
name="external-destination"><xsl:value-of
select="normalize-space(link)"/></xsl
:attribute>
                                                        <xsl:value-of
select="link"/>
                                                  </fo:basic-link>
                                          </fo:block>
                                          </fo:footnote-body>
                                         </fo:footnote>
                                        <!-- Fussnoteende -->
                                        </fo:block>
                                  </fo:list-item-body>


bye for now

wolfgang






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

Reply via email to