]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/theory_content.xsl
Initial revision
[helm.git] / helm / style / theory_content.xsl
index 4eae86957e66b3c80d60252e036b182e83215375..e3e50b1f162759d6bdbe547518bc19424b90c587 100644 (file)
@@ -29,7 +29,7 @@
 <!-- First draft: May 08 2000, Claudio Sacerdoti Coen, Irene Schena        -->
 <!--***********************************************************************--> 
 
-<xsl:stylesheet version="0.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                               xmlns:ht="http://www.cs.unibo.it/helm/namespaces/helm-theory">
 
 
     </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>
+
 <!-- Root and XHTML -->
 
 <xsl:template match = "/|*">