<?xml version='1.0'?><!-- -*- Mode: fundamental; tab-width: 3 -*- -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

<xsl:template match="footnote">
	<xsl:call-template name="FIXME"/>
</xsl:template>

<xsl:template match="footnoteref">
	<xsl:call-template name="FIXME"/>
</xsl:template>

</xsl:stylesheet>
