<xsl:variable name="findex"><xsl:value-of select="@noFun"/></xsl:variable>
<m:csymbol>fix</m:csymbol>
<m:ci><xsl:value-of select="FixFunction[position()=number($findex)+1]/@name"/></m:ci>
- <xsl:apply-templates mode="noannot" select="*"/>
+ <xsl:apply-templates mode="pure" select="*"/>
</m:apply>
</xsl:template>
<xsl:variable name="findex"><xsl:value-of select="@noFun"/></xsl:variable>
<m:csymbol>cofix</m:csymbol>
<m:ci><xsl:value-of select="CofixFunction[position()=number($findex)+1]/@name"/></m:ci>
- <xsl:apply-templates mode="noannot" select="*"/>
+ <xsl:apply-templates mode="pure" select="*"/>
</m:apply>
</xsl:template>