- From: Florent Georges <fgeorges@fgeorges.org>
- Date: Wed, 15 May 2013 16:41:55 +0100
- To: gerald ternola <zerlite2112@yahoo.com>
- Cc: "xproc-dev@w3.org" <xproc-dev@w3.org>
Hi, Because Saxon is not taking care of the serialization itself, the D-O-E should have no effect. But because your text seems to be properly embedded in an element, you should not get such an error, IMHO. Would you have a simple & complete repro? Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/ On 15 May 2013 13:44, gerald ternola wrote: > Hi!, > Good day. > I'm currently evaluating the new version of xml calabash 1.0.9 and > encountered an issue with one of our XPL which produce a text file output. > We had been using XML Calabash 0.9.15 for almost 4years now. > SEVERE: It is a dynamic error if a non-XML resource is produced on a step > output or arrives on a step input. > > Is there a way to produce text output directly? > I tried to put a CDATA on the xslt but during output of Calabash it is not > what I expected to be. > > xslt snippet > <output> > <xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text> > some inline data > <xsl:text disable-output-escaping="yes">]]></xsl:text> > </output> > > Calabash output > <output> > <![CDATA[ > some inline data > ]]> > </output> > > What I'm expecting to be is > <output> > <![CDATA[ > some inline data > ]]> > </output> > > Appreciate any help and thank you very much. > > Sincerely, > Gerald
Received on Wednesday, 15 May 2013 15:42:46 UTC