]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/html_reals.xsl
Bug fixed: now propagates informations about inner-types usage and
[helm.git] / helm / style / html_reals.xsl
index 2b4ca35e5a742f1209f2f58ef128d7e8e99046ab..72d6dab7d60f1e57360141a069690220c219e317 100644 (file)
@@ -45,7 +45,9 @@
      </xsl:variable>
      <a>
      <xsl:attribute name="href">
-      <xsl:value-of select="concat(string($header),string($uri))"/>
+      <xsl:call-template name="makeURL">
+       <xsl:with-param name="url" select="$uri"/>
+      </xsl:call-template>
      </xsl:attribute>
      <xsl:text>lim</xsl:text>
      </a>
@@ -65,7 +67,9 @@
      </xsl:variable>
      <a>
      <xsl:attribute name="href">
-      <xsl:value-of select="concat(string($header),string($uri))"/>
+      <xsl:call-template name="makeURL">
+       <xsl:with-param name="url" select="$uri"/>
+      </xsl:call-template>
      </xsl:attribute>
      <SUP>d</SUP>
       <xsl:text>/</xsl:text>
   </xsl:variable>
   <a>
    <xsl:attribute name="href">
-    <xsl:value-of select="concat(string($header),string($uri))"/>
+    <xsl:call-template name="makeURL">
+     <xsl:with-param name="url" select="$uri"/>
+    </xsl:call-template>
    </xsl:attribute>
    <xsl:value-of select="$symbol"/>
   </a>
     <xsl:when test="$charlength > $framewidth">
      <a>
      <xsl:attribute name="href">
-      <xsl:value-of select="concat(string($header),string($uri))"/>
+      <xsl:call-template name="makeURL">
+       <xsl:with-param name="url" select="$uri"/>
+      </xsl:call-template>
      </xsl:attribute>
      <xsl:text>lim</xsl:text>
      </a>
   </xsl:variable>
      <a>
      <xsl:attribute name="href">
-      <xsl:value-of select="concat(string($header),string($uri))"/>
+      <xsl:call-template name="makeURL">
+       <xsl:with-param name="url" select="$uri"/>
+      </xsl:call-template>
      </xsl:attribute>
      <SUP>d</SUP>
       <xsl:text>/</xsl:text>
     <xsl:when test="$charlength > $framewidth">
      <a>
      <xsl:attribute name="href">
-      <xsl:value-of select="concat(string($header),string($uri))"/>
+      <xsl:call-template name="makeURL">
+       <xsl:with-param name="url" select="$uri"/>
+      </xsl:call-template>
      </xsl:attribute>
      <xsl:value-of select="$symbol"/>
      </a>