]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/proofs.xsl
added html templates and pages
[helm.git] / helm / style / proofs.xsl
index 6f49a2678db95f6c33454fb75819f42db5a4015e..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 -->
        </m:ci>
       </m:bvar>
       <xsl:apply-templates mode="noannot" select="*[2]"/>
-      <xsl:apply-templates mode="proof_transform" select="*[1]/target/*[1]"/>
+      <xsl:apply-templates mode="lambda_prop" select="*[1]/*[2]"/>
      </m:apply>
     </xsl:when>
     <xsl:otherwise>
    </xsl:choose>
 </xsl:template>
 
-
 <xsl:template name="gen_let">
  <xsl:param name="init_pos" select="1"/>
  <xsl:param name="from" select="0"/>