- From: Anton Wardaschko (PA) <anton.wardaschko@packetalarm.com>
- Date: Fri, 11 Apr 2003 12:24:38 +0200
- To: <www-xsl-fo@w3.org>
So, i answer to my question myself...
I rewrite in my customization file the follgowing template
<xsl:template name="format.footnote.mark">
<xsl:param name="mark" select="'?'"/>
<fo:inline baseline-shift="super"
font-size="{$body.font.master*0.8}pt"
vertical-align="super"
>
<xsl:text>[</xsl:text>
<xsl:copy-of select="$mark"/>
<xsl:text>]</xsl:text>
</fo:inline>
</xsl:template>
The only thing, which i cn't figure out, how i get the link from Number to
the footnote like in HTML output. Have somebody a tip?
CU
Anton
Received on Friday, 11 April 2003 06:24:43 UTC