> From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] > > 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 > transforms <img .../> to <img ...> and it leads to crash of a pipeline.
You are mixing up things here I guess. XSLT transformer *can* *not* output <img> instead of <img/>. It's HTML serializer that has the knowledge of HTML, not XSLT transformer. What's your pipeline looks like? What's the exact problem? Vadim > My xsl begins like this: > > <?xml version="1.0" encoding="UTF-8" ?> > <xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> > <xsl:output method="xml" encoding="ISO-8859-1" indent="yes"/> > . . . > > Thank you in advance. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>