]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/objcontent.xsl
commented processing instructions for Cocoon, we do not use it any more
[helm.git] / helm / style / objcontent.xsl
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>