lib/avv2word/xslt/base.xslt in avv2word-1.1.18 vs lib/avv2word/xslt/base.xslt in avv2word-1.1.20
- old
+ new
@@ -18,9 +18,10 @@
<xsl:output method="xml" encoding="utf-8" omit-xml-declaration="yes" indent="yes" />
<xsl:include href="./functions.xslt"/>
<xsl:include href="./tables.xslt"/>
<xsl:include href="./links.xslt"/>
<xsl:include href="./images.xslt"/>
+ <xsl:include href="./footnote.xslt"/>
<xsl:template match="/">
<xsl:apply-templates />
</xsl:template>
<xsl:template match="head" />