]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/theory_content.xsl
added eq_ind
[helm.git] / helm / style / theory_content.xsl
index b01fc6d1326610d54721a4746167e344c8635121..13751f85518e88c758a3e8005427395d0eb7810c 100644 (file)
 <!--******************************************************************-->
 
 <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 -->
 
 <xsl:template match="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)))"/>