]> matita.cs.unibo.it Git - helm.git/commitdiff
Written function that produce the variable "ConstantTypeUrl" used by objcontent.xsl
authorMatteo Selmi <matteo.selmi@mail.polimi.it>
Thu, 24 Oct 2002 13:00:54 +0000 (13:00 +0000)
committerMatteo Selmi <matteo.selmi@mail.polimi.it>
Thu, 24 Oct 2002 13:00:54 +0000 (13:00 +0000)
helm/style/rootcontent.xsl

index 74d29d9f398af8a4d16d17dd1b082deb4d554bf7..1acaf5a786270bb0f29c781ce0991dfab8b460e2 100644 (file)
@@ -71,6 +71,7 @@
 <xsl:variable name="AnnotationsUri"><xsl:value-of select="concat($BaseCICURI,'.ann')"/></xsl:variable>
 
 <xsl:variable name="InnerTypesUrl"><xsl:call-template name="makeURL4InnerTypes"><xsl:with-param name="uri" select="$InnerTypesUri"/></xsl:call-template></xsl:variable>
+<xsl:variable name="ConstantTypeUrl"><xsl:call-template name="makeURL4InnerTypes"><xsl:with-param name="uri" select="$BaseCICURI"/></xsl:call-template></xsl:variable>
 <xsl:variable name="AnnotationsUrl"><xsl:call-template name="URLofURI4getter"><xsl:with-param name="uri" select="$AnnotationsUri"/></xsl:call-template></xsl:variable>
 
 <!-- WARNING: Using lazy evaluation: $CICURI.* may not exist, but -->