]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/rootcontent.xsl
xsl:import to cope with new xalan version
[helm.git] / helm / style / rootcontent.xsl
index 8f34bae075c00bfbbc734fc58c4aa4b59de8a453..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'"/>
@@ -55,7 +57,6 @@
 <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="headercontent.xsl"/>
 <xsl:include href="proofs.xsl"/>
 <xsl:include href="inductive.xsl"/>