]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/theory_content.xsl
added support for application-time parameters
[helm.git] / helm / style / theory_content.xsl
index 3129ca5dd19ecc5332e4fd5adab6a427dd713e55..b01fc6d1326610d54721a4746167e344c8635121 100644 (file)
@@ -37,7 +37,9 @@
 <!-- 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:variable name="absPath"><xsl:value-of select="$getterURL"/>getciconly?uri=</xsl:variable>
 
 <!-- THEORY -->