-<!--
- <xsl:template match="footnote">
- <fo:inline>
- <xsl:call-template name="format.footnote.mark">
- <xsl:with-param name="mark">
- <xsl:apply-templates select="." mode="footnote.number"/>
- </xsl:with-param>
- </xsl:call-template>
- </fo:inline>
- </xsl:template>
-
- <xsl:template match="footnote" mode="endnote">
- <fo:block xsl:use-attribute-sets="footnote.properties">
- <xsl:apply-templates/>
- </fo:block>
- </xsl:template>
-
- <xsl:template name="make.endnotes.list">
- <xsl:apply-templates mode="endnote"
- select="ancestor-or-self:://footnote"/>
- </xsl:template>
--->