]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/theory_content.xsl
added eq_ind
[helm.git] / helm / style / theory_content.xsl
index da4232a23f9960dad53b728610fcc93ea099476d..13751f85518e88c758a3e8005427395d0eb7810c 100644 (file)
 <!-- Variable containing the absolute path of the CIC file            -->
 <!--******************************************************************-->
 
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
+<xsl:param name="getterURL" select="'http://localhost:8081/'"/>
+<xsl:param name="processorURL" select="'http://localhost:8080/helm/servlet/uwobo/'"/>
+
+<xsl:variable name="absPath"><xsl:value-of select="$getterURL"/>getciconly?uri=</xsl:variable>
+
+<xsl:variable name="header"><xsl:value-of select="$processorURL"/>/apply?key=C1&#x26;key=HC2&#x26;param.getterURL=<xsl:value-of select="$getterURL"/>&#x26;param.processorURL=<xsl:value-of select="$processorURL"/>&#x26;xmluri=<xsl:value-of select="$absPath"/></xsl:variable>
 
 <!-- THEORY -->
 
 
 <!-- THEORY ELEMENTS -->
 
+<!--
+<xsl:template match="DEFINITION">
+    <xsl:copy-of select="document(concat(string($header),string(@definitionURL)))"/>
+</xsl:template>
+-->
+
 <xsl:template match="DEFINITION">
 <xsl:param name="current_uri"/>
     <xsl:apply-templates select="document(concat(string($absPath),string($current_uri),&quot;/&quot;,string(@uri)))"/>
@@ -79,3 +90,8 @@
 </xsl:template>
 
 </xsl:stylesheet>
+
+
+
+
+