<m:mtr>
<m:mtd>
<m:mphantom><m:mtext>__</m:mtext></m:mphantom>
- <m:mo helm:xref="m:in/@helm:xref">
- =
- </m:mo>
+ <m:mo helm:xref="{m:in/@helm:xref}">=</m:mo>
<xsl:apply-templates select="."/>
</m:mtd>
</m:mtr>
<xsl:attribute name="definitionURL">
<xsl:value-of select="CONST/@uri"/>
</xsl:attribute>
+ <xsl:attribute name="helm:xref">
+ <xsl:value-of select="CONST/@id"/>
+ </xsl:attribute>
</m:minus>
- <xsl:attribute name="helm:xref">
- <xsl:value-of select="CONST/@id"/>
- </xsl:attribute>
<m:cn>1</m:cn>
</m:apply>
</m:apply>
</xsl:when>
<xsl:otherwise>
<m:apply helm:xref="{@id}">
- <m:limit/>
+ <m:limit>
+ <xsl:attribute name="definitionURL">
+ <xsl:value-of select="CONST/@uri"/>
+ </xsl:attribute>
+ <xsl:attribute name="helm:xref">
+ <xsl:value-of select="CONST/@id"/>
+ </xsl:attribute>
+ </m:limit>
<m:bvar>
<m:ci>$x</m:ci>
</m:bvar>
<xsl:choose>
<xsl:when test="name(*[2]) = 'LAMBDA'">
<m:apply helm:xref="{@id}">
- <m:diff >
+ <m:diff>
<xsl:attribute name="definitionURL">
<xsl:value-of select="CONST/@uri"/>
</xsl:attribute>
</xsl:template>
</xsl:stylesheet>
+
+