Fabrizio writes:
>...I need the CDATA Sections in the XML source document not to be
>processed by Xalan...
By the time Xalan gets the input, the parser will have removed the CDATA
characteristics. But I think your real question is about how to control
what gets output as CDATA, and you know how
>I need the CDATA Sections in the XML source document not to be processed
by Xalan because they must remain >in the resulting XML document.
XSLT, according to its spec, does not distinguish between
sections and other text in the input document. Your stylesheet can say that
the output of specifi
Hi!
I'm Fabrizio from Italy,
I'm developing an application using Xalan java 2,
in particular I need to process an XML document with an Xsl stylesheet,but I
need the CDATA Sections in the XML source
document not to be processed by Xalan because they must remain in the resulting
XML document