You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Carlos Piqueres Ayela <cp...@tissat.es> on 2000/10/18 10:12:37 UTC

outputting cdata sections

Hi everybody,

I want to output a CDATA section in a xml doc using a xsl.
The CDATA section contains "invalid" xml characters such as <, >, ...
and I don't want the output to escape that characters as &lt; ...
The only way I've found to do that is to use <xsl:output method="text"
/>
but I don't want that to be applied to the whole xsl. I just want it to
be applied to the CDATA element in the original xml doc.
Is there any way to do that?

TIA.
Carlos