<!--**********************-->
<xsl:template match="/">
+ <!--
<xsl:processing-instruction name="cocoon-format">type="text/xhtml"</xsl:processing-instruction>
+ -->
<xsl:apply-templates select="*"/>
</xsl:template>
<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>