xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:helm="http://www.cs.unibo.it/helm">
+<xsl:import href="objcontent.xsl"/>
+<xsl:include href="headercontent.xsl"/>
+
<xsl:param name="type" select="'standalone'"/>
<xsl:param name="getterURL" select="'http://localhost:8081/'"/>
<xsl:variable name="absPath"><xsl:value-of select="$getterURL"/>getxml?uri=</xsl:variable>
-<xsl:import href="objcontent.xsl"/>
-<xsl:include href="headercontent.xsl"/>
-
<!-- CIC DEFINITION -->
<xsl:template match="Definition">
<!-- 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="headercontent.xsl"/>
<xsl:include href="proofs.xsl"/>
<xsl:include href="inductive.xsl"/>