]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/rootcontent.xsl
Brand new implementation based on functors taking a strategy in input.
[helm.git] / helm / style / rootcontent.xsl
index 74d29d9f398af8a4d16d17dd1b082deb4d554bf7..5d2eb2e4c542669dfebd0b42d250e48b88371cd1 100644 (file)
 <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 -->
 <!-- document() is called only by need!!!                         -->
 <xsl:variable name="InnerTypes" select="document($InnerTypesUrl)"/> 
 
 <xsl:include href="headercontent.xsl"/>
 <xsl:include href="proofs.xsl"/>
-<xsl:include href="inductive.xsl"/>
 <xsl:variable name="showproof" select="0"/>
 </xsl:stylesheet>
+
+
+
+
+
+
+
+