]> matita.cs.unibo.it Git - helm.git/commitdiff
Two parameters used but not declared. Fixed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 16 Jul 2001 12:38:10 +0000 (12:38 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 16 Jul 2001 12:38:10 +0000 (12:38 +0000)
helm/style/links_library.xsl
helm/style/objtheorycontent.xsl

index c58425a9eb230af033930ecb86adf7f7d844d59b..0f6613c28ee30dde5181cb72a44f9b1288f8228b 100644 (file)
 
 <xsl:template name="makeURL4InnerTypes">
 <xsl:param name="uri" select="''"/>
+ <xsl:variable name="uri_after_sharp" select="substring-after($uri,'#')"/>
  <xsl:variable name="cleanuri">
   <xsl:choose>
    <xsl:when test="$uri_after_sharp">
index 62c88e078fe6d67b81fb0b8d9bcf19fb8d930dda..35444996288a0afe3d1e99a4881b205678992077 100644 (file)
@@ -38,6 +38,7 @@
 
 <xsl:param name="type" select="'standalone'"/>
 <xsl:param name="getterURL" select="'http://localhost:8081/'"/>
+<xsl:param name="CICURI" select="''"/>
 <xsl:variable name="absPath"><xsl:value-of select="$getterURL"/>getxml?uri=</xsl:variable>
 
 <!-- CIC DEFINITION -->