]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/rootcontent.xsl
Some Requires were missing; the same checks are still missing in configure.in
[helm.git] / helm / style / rootcontent.xsl
index 9e85f03448168fc5868511384cb2a3b48a58ec8d..e82a13d6305ea084475c3ccd2701915040660a03 100644 (file)
@@ -7,11 +7,11 @@
 <!--***********************************************************************-->
 
 <!-- Schema of stylesheet precedences (from highest to lowest):          -->
-<!-- set -> basic -> annotatedcont                                       -->
-<!-- because theory_content is imported and has lower precendence than   -->
+<!-- proofs.xsl-> reals.xsl-> set -> basic -> annotatedcont              -->
+<!-- because annotatedcont is imported and has lower precendence than    -->
 <!-- the templates of rootcontent (i.e. the templates of set and basic). -->
 <!-- annotatedcont -> objcontent -> content                              -->
-<!-- because theory_content generates an import precedence tree.         --> 
+<!-- because annotatedcont generates an import precedence tree.          --> 
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
@@ -19,7 +19,7 @@
 <xsl:import href="annotatedcont.xsl"/>
 <xsl:key name="id" use="@id" match="LAMBDA|PROD|CAST|REL|SORT|APPLY|VAR|META|CONST|MUTIND|MUTCONSTRUCT|MUTCASE|FIX|COFIX|Definition|Axiom|CurrentProof|InductiveDefinition|Variable"/>
 <xsl:include href="basic.xsl"/>
-<!-- <xsl:include href="set.xsl"/> -->
+<xsl:include href="set.xsl"/>
 <xsl:include href="reals.xsl"/>
 <xsl:include href="proofs.xsl"/>