xsl:output problem

2002-02-27 Thread KOZLOV Roman
Hello, Could somebody help me, please? Is it possible to use xsl:output in stylesheets processed by cocoon's xslt transformer? It seems that it has no effect. Indeed, the problem is that I can't tell to xslt transformer that I need a pure XML as a result, but the xslt transformer always

Re: xsl:output problem

2002-02-27 Thread Bartomeu Adrover
Hello, the xslt tranform xml to xml, but the HTML serializer transform the result xml in html. If you tell to the sitemap that the serilizer is xml then your result as xml. For example: map:match pattern=files/**.xml map:generate src={1}.xml/ map:transform src=transformer.xsl/