]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/roottheory.xsl
Modified Files:
[helm.git] / helm / style / roottheory.xsl
index d293ee6f2423fc5dde11a2d2589ae5b1a5842fba..5ba277e8d4251afbcf6f96f948122bdc661e7f9c 100644 (file)
@@ -4,19 +4,22 @@
 <!-- XSLT version 0.1 of the stylesheet to accomplish the right inclusion  -->
 <!-- of the theory content stylesheets:                                    -->
 <!-- First draft: May 26 2000, Claudio Sacerdoti Coen, Irene Schena        -->
+<!--              November 15 2000, Irene Schena                           -->
 <!--***********************************************************************-->
 
 <!-- Schema of stylesheet precedences (from highest to lowest):          -->
-<!-- set -> basic -> theory_content                                      -->
-<!-- because theory_content is imported and has lower precendence than   -->
-<!-- the templates of rootcontent (i.e. the templates of set and basic). -->
-<!-- theory_content -> annotatedcont -> objcontent -> content            -->
-<!-- because theory_content generates an import precedence tree.         --> 
+<!-- theory_content -> rootcontent.xsl                                   -->
+<!-- because theory_content is included and has higher precendence than  -->
+<!-- the templates of rootcontent which are imported.                    -->
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
-<xsl:import href="theory_content.xsl"/>
-<xsl:include href="basic.xsl"/>
-<xsl:include href="set.xsl"/>
+<xsl:import href="rootcontent.xsl"/>
+<xsl:include href="theory_content.xsl"/>
 
 </xsl:stylesheet>
+
+
+
+
+