]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/content.xsl
occurrences.xsl added
[helm.git] / helm / style / content.xsl
index f736dbd22ed431c447afd7863695c1735bf7cebc..241491a9893dffd40d904408f187a7415d695367 100644 (file)
@@ -37,6 +37,8 @@
                               xmlns:helm="http://www.cs.unibo.it/helm">
 
 <xsl:include href="params.xsl"/>
+<!-- adesso sono preprocessate -->
+<!-- <xsl:include href="coercions.xsl"/> -->
 
 <!--<xsl:output
            method="xml" 
@@ -145,6 +147,20 @@ Amaya o da chi di dovere in /really_very_local/helm/PARSER/example/.../]
       </m:apply>
 </xsl:template>
 
+<!-- Gestione senza pre-processing -->
+<!-- 
+<xsl:template match="APPLY" mode="pure">
+     <xsl:apply-templates mode="coercion" select="."/>
+</xsl:template>
+
+<xsl:template match="APPLY" mode="no_coercion">
+      <m:apply helm:xref="{@id}">
+       <m:csymbol>app</m:csymbol>
+       <xsl:apply-templates mode="noannot" select="*"/>
+      </m:apply>
+</xsl:template>
+-->
+
 <xsl:template match="VAR" mode="pure">
     <m:ci helm:xref="{@id}">
      <xsl:call-template name="insert_subscript"><xsl:with-param name="node_value"><xsl:value-of select="substring-after(@relUri,&quot;,&quot;)"/></xsl:with-param></xsl:call-template>