xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:helm="http://www.cs.unibo.it/helm">
-<!--******************************************************************-->
-<!-- Variable containing the absolute path of the CIC file -->
-<!--******************************************************************-->
-
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
<!-- ************************* LOGIC *********************************-->
Amaya o da chi di dovere in /really_very_local/helm/PARSER/example/.../]
-->
-<!--******************************************************************-->
-<!-- Variable containing the absolute path of the CIC file -->
-<!--******************************************************************-->
-
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
<!-- CIC TERMS -->
<xsl:include href="html_set.xsl"/>
<xsl:include href="html_reals.xsl"/>
-
-<!-- <xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>-->
-<xsl:variable name="header" select="document('http://localhost:8081/conf')/html_link"/>
-
<xsl:variable name="showcast" select="0"/>
<!-- HELM Group: Asperti, Padovani, Sacerdoti, Schena -->
<!--***********************************************************************-->
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
-
-
<!-- BASIC OPERATORS -->
<xsl:template match="m:apply[m:and|m:or|m:eq|m:neq|m:leq|m:lt
<!-- HELM Group: Asperti, Padovani, Sacerdoti, Schena -->
<!--***********************************************************************-->
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
-
<!-- LIMIT -->
<xsl:template match="m:apply[m:limit]">
<!-- HELM Group: Asperti, Padovani, Sacerdoti, Schena -->
<!--***********************************************************************-->
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
-
<!-- IN -->
<xsl:template match="m:apply[m:in]">
<!-- CSYMBOL -->
<xsl:template match="m:apply[m:csymbol]">
-<xsl:param name="nopar" select="1"/>
+<xsl:param name="nopar" select="0"/>
<xsl:variable name="name"><xsl:value-of select="m:csymbol"/></xsl:variable>
<xsl:variable name="charlength"><xsl:apply-templates select="m:csymbol" mode="charcount"/></xsl:variable>
<m:mrow>
<xsl:if test="$nopar=0">
<m:mo stretchy="false">(</m:mo>
</xsl:if>
- <xsl:apply-templates select="*[position()=2]"><xsl:with-param name="nopar" select="0"/></xsl:apply-templates>
+ <xsl:apply-templates select="*[position()=2]"/>
</m:mrow>
</m:mtd>
</m:mtr>
<xsl:apply-templates select="*[position()=3]"><xsl:with-param name="nopar" select="1"/></xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
- <xsl:apply-templates select="*[position()=3]"><xsl:with-param name="nopar" select="0"/></xsl:apply-templates>
+ <xsl:apply-templates select="*[position()=3]"/>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
- <xsl:apply-templates select="*[position()=3]"><xsl:with-param name="nopar" select="0"/></xsl:apply-templates>
+ <xsl:apply-templates select="*[position()=3]"/>
</xsl:otherwise>
</xsl:choose>
</m:mrow>
<xsl:if test="$nopar=0">
<m:mo stretchy="false">(</m:mo>
</xsl:if>
- <xsl:apply-templates select="*[position()=2]"><xsl:with-param name="nopar" select="0"/></xsl:apply-templates>
+ <xsl:apply-templates select="*[position()=2]"/>
<m:mo mathcolor="Blue">→</m:mo>
<xsl:choose>
<xsl:when test="*[position()=3]/m:csymbol">
<xsl:apply-templates select="*[position()=3]"><xsl:with-param name="nopar" select="1"/></xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
- <xsl:apply-templates select="*[position()=3]"><xsl:with-param name="nopar" select="0"/></xsl:apply-templates>
+ <xsl:apply-templates select="*[position()=3]"/>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
- <xsl:apply-templates select="*[position()=3]"><xsl:with-param name="nopar" select="0"/></xsl:apply-templates>
+ <xsl:apply-templates select="*[position()=3]"/>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="$nopar=0">
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:helm="http://www.cs.unibo.it/helm">
-<!--******************************************************************-->
-<!-- Variable containing the absolute path of the CIC file -->
-<!--******************************************************************-->
-
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
<!-- ************************* LOGIC *********************************-->
xmlns:helm="http://www.cs.unibo.it/helm"
xmlns:xlink="http://www.w3.org/1999/xlink">
-<!--******************************************************************-->
-<!-- Variable containing the absolute path of the CIC file -->
-<!--******************************************************************-->
-
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
<!-- ************************* LOGIC *********************************-->
<xsl:output method="html"/>
-<!--******************************************************************-->
-<!-- Variable containing the absolute path of the CIC file -->
-<!--******************************************************************-->
-
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
-
<xsl:template match="/">
<html>
<head></head>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<!--******************************************************************-->
+<!-- Variable containing the absolute path of the CIC file -->
+<!--******************************************************************-->
+
+<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
<xsl:import href="annotatedcont.xsl"/>
<xsl:key name="id" use="@id" match="LAMBDA|LETIN|PROD|CAST|REL|SORT|APPLY|VAR|META|CONST|MUTIND|MUTCONSTRUCT|MUTCASE|FIX|COFIX|Definition|Axiom|CurrentProof|InductiveDefinition|Variable"/>
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:helm="http://www.cs.unibo.it/helm">
-<!--******************************************************************-->
-<!-- Variable containing the absolute path of the CIC file -->
-<!--******************************************************************-->
-
-<xsl:variable name="absPath">http://localhost:8081/getciconly?uri=</xsl:variable>
<!-- ************************* LOGIC *********************************-->
</xsl:template>
</xsl:stylesheet>
+
+
+
+
+