]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/reals.xsl
Modified Files:
[helm.git] / helm / style / reals.xsl
index 45ed5f61c2df0e9a8be699b54a61813e4ef9e623..7a1a0d1839de749ac5c4e0a23491d0f565f00393 100644 (file)
          <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>
+
+