]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/theory_content.xsl
...
[helm.git] / helm / style / theory_content.xsl
index 838324c08c76716d074e439f50f1a6f131026fbe..d6ccafb4fa9f01123fe3a63e0354d4ede3951b81 100644 (file)
 <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>
+
+<xsl:template match="ht:OBJECT">
+<xsl:param name="current_uri" select="''"/>
+<xsl:param name="delim" select="''"/>
+<xsl:variable name="uri" select="concat(string($current_uri),$delim,string(@uri))"/>
+    <xsl:copy>
+     <xsl:copy-of select="@mode"/>
      <xsl:attribute name="uri"><xsl:value-of select="$uri"/></xsl:attribute>
     </xsl:copy>
 </xsl:template>