]> matita.cs.unibo.it Git - helm.git/commitdiff
Last commit before major modifications to do.
authorAndrea Asperti <andrea.asperti@unibo.it>
Fri, 13 Dec 2002 09:58:48 +0000 (09:58 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Fri, 13 Dec 2002 09:58:48 +0000 (09:58 +0000)
helm/style/proofs.xsl
helm/style/rootcontent.xsl

index 69c8936130bcaf605a2f28956b438226c9cacec5..dbcfabaa31ae67ac9ba1a47771de7a024e000ec6 100644 (file)
@@ -43,7 +43,6 @@
 
 <!-- Proof objects -->
 
-<!-- <xsl:key name="typeid" use="@of" match="TYPE"/> -->
 <xsl:key name="typeid" use="@of" match="TYPE"/>
 
 <!-- These elements do not have inner type -->
    </xsl:choose>
 </xsl:template>
 
-
 <xsl:template name="gen_let">
  <xsl:param name="init_pos" select="1"/>
  <xsl:param name="from" select="0"/>
index 5d2eb2e4c542669dfebd0b42d250e48b88371cd1..addef615b34b344e6694704696f5aafa5d95e759 100644 (file)
@@ -77,7 +77,7 @@
 
 <!-- WARNING: Using lazy evaluation: $CICURI.* may not exist, but -->
 <!-- document() is called only by need!!!                         -->
-<xsl:variable name="InnerTypes" select="document($InnerTypesUrl)"/> 
+<xsl:variable name="InnerTypes" select="document($InnerTypesUrl)"/>
 <xsl:variable name="CICAnnotations" select="document($AnnotationsUrl)"/> 
 
 <xsl:include href="headercontent.xsl"/>