]> matita.cs.unibo.it Git - helm.git/commitdiff
Attribute @name of ENTITY removed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 9 May 2001 13:27:56 +0000 (13:27 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 9 May 2001 13:27:56 +0000 (13:27 +0000)
helm/style/theory_content.xsl
helm/style/theory_pres.xsl

index 838324c08c76716d074e439f50f1a6f131026fbe..4eae86957e66b3c80d60252e036b182e83215375 100644 (file)
@@ -62,8 +62,6 @@
 <xsl:variable name="uri" select="concat(string($current_uri),$delim,string(@uri))"/>
     <xsl:copy>
      <xsl:copy-of select="@as"/>
-     <!-- CSC: 'name' is now equal to 'uri' but for the final extension -->
-     <xsl:attribute name="name"><xsl:value-of select="substring-before($uri,&quot;.&quot;)"/></xsl:attribute>
      <xsl:attribute name="uri"><xsl:value-of select="$uri"/></xsl:attribute>
     </xsl:copy>
 </xsl:template>
index 027e3f6b198160fea6539a39b20cd0cc9b6b5875..1595ee73acbab17be41c02d655738b7fa589b204 100644 (file)
@@ -55,7 +55,7 @@
     <table>
      <tr>
       <td colspan="2">
-       <b><xsl:value-of select="@as"/><xsl:text>&#x00a0;</xsl:text><a href="{@uri}"><xsl:value-of select="@name"/></a>:</b>
+       <b><xsl:value-of select="@as"/><xsl:text>&#x00a0;</xsl:text><a href="{@uri}"><xsl:value-of select="@uri"/></a>:</b>
       </td>
      </tr>
      <tr>
@@ -69,7 +69,7 @@
     <table>
      <tr>
       <td colspan="2">
-       <b><xsl:value-of select="substring-after(string(name(.)), &quot;ht:&quot;)"/><xsl:text>&#x00a0;</xsl:text><a href="{@uri}"><xsl:value-of select="@name"/></a>:</b>
+       <b><xsl:value-of select="substring-after(string(name(.)), &quot;ht:&quot;)"/><xsl:text>&#x00a0;</xsl:text><a href="{@uri}"><xsl:value-of select="@uri"/></a>:</b>
       </td>
      </tr>
      <tr>
@@ -84,7 +84,7 @@
     <table>
      <tr>
       <td colspan="2">
-       <b><xsl:value-of select="string($name)"/><xsl:text>&#x00a0;</xsl:text><a href="{@uri}"><xsl:value-of select="@name"/></a>:</b>
+       <b><xsl:value-of select="string($name)"/><xsl:text>&#x00a0;</xsl:text><a href="{@uri}"><xsl:value-of select="@uri"/></a>:</b>
       </td>
      </tr>
      <tr>