]> matita.cs.unibo.it Git - helm.git/commitdiff
commented processing instructions for Cocoon, we do not use it any more
authorLuca Padovani <luca.padovani@unito.it>
Thu, 22 Feb 2001 09:52:05 +0000 (09:52 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Thu, 22 Feb 2001 09:52:05 +0000 (09:52 +0000)
helm/style/mmlextension.xsl
helm/style/objcontent.xsl

index 900dd4bf62fda76d26f9750cb2c91bb9106690e1..6e66736a32aeb8e1fc866033a8091fc511f028f7 100644 (file)
@@ -57,7 +57,9 @@
 <!--**********************-->
 
 <xsl:template match="/">
+ <!--
  <xsl:processing-instruction name="cocoon-format">type="text/xhtml"</xsl:processing-instruction>
+ -->
  <xsl:apply-templates select="*"/>
 </xsl:template>
 
index 8de642f1bb424996a40adf7ce6d2c913a50d8292..7c7488f1619c90532afc09ee6b861302fa341ba6 100644 (file)
 <xsl:template match="cicxml">
     <xsl:variable name="url"><xsl:value-of select="@baseurl"/></xsl:variable>
     <xsl:variable name="stylesheet"><xsl:value-of select="@stylesheet"/></xsl:variable>
+    <!--
     <xsl:processing-instruction name="cocoon-format">type="text/xml"</xsl:processing-instruction>
     <xsl:processing-instruction name="xml-stylesheet">href="<xsl:value-of select='concat($url,$stylesheet)'/>" type="text/xsl"</xsl:processing-instruction>
     <xsl:processing-instruction name="cocoon-process">type="xslt"</xsl:processing-instruction>
+    -->
     <xsl:apply-templates select="*[1]"/>
 </xsl:template>