]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 6 Dec 2002 14:57:28 +0000 (14:57 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 6 Dec 2002 14:57:28 +0000 (14:57 +0000)
helm/style/content.xsl

index 1be668bb0502ecfd3f1a61ccf81adfeb2a6f381b..001ff876d20fa8fee77363664f04238501ce295f 100644 (file)
@@ -327,7 +327,9 @@ Amaya o da chi di dovere in /really_very_local/helm/PARSER/example/.../]
 <xsl:template match="instantiate" mode="pure">
        <m:apply>
          <xsl:if test="@id">
-          <xsl:attribute name="helm:xref" select="@id"/>
+          <xsl:attribute name="helm:xref">
+          <xsl:value-of select="@id"/>
+          </xsl:attribute>
          </xsl:if>
         <m:csymbol>inst</m:csymbol>
         <xsl:apply-templates mode="noannot" select="*[1]" />