]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/rootcontent.xsl
ht:OBJECT added;
[helm.git] / helm / style / rootcontent.xsl
index 41608e5c424028ab797757915d786140df1c61cf..140a3b57d331ff4aabe99447887363771cd2e522 100644 (file)
@@ -43,6 +43,8 @@
 <!-- Variable containing the absolute path of the CIC file            -->
 <!--******************************************************************-->
 
+<xsl:import href="annotatedcont.xsl"/>
+
 <xsl:param name="getterURL" select="'http://localhost:8081/'"/>
 <xsl:param name="naturalLanguage" select="'yes'"/>
 <xsl:param name="annotations" select="'no'"/>
 <xsl:variable name="InnerTypes" select="document(concat($absPath,$CICURI,'.types'))"/>
 <xsl:variable name="CICAnnotations" select="document(concat($absPath,$CICURI,'.ann'))"/>
 
-<xsl:import href="annotatedcont.xsl"/>
-<xsl:include href="contentlib.xsl"/>   <!-- FG -->
-<xsl:include href="basic.xsl"/>
-<xsl:include href="arith.xsl"/>        <!-- FG -->
-<xsl:include href="set.xsl"/>
-<xsl:include href="reals.xsl"/>
+<xsl:include href="headercontent.xsl"/>
 <xsl:include href="proofs.xsl"/>
+<xsl:include href="inductive.xsl"/>
 
 <xsl:variable name="showproof" select="0"/>