Re: CDATA processing

2001-07-12 Thread David_Marston
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

Re: CDATA processing (urgent)

2001-07-12 Thread Joseph_Kesselman
>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

CDATA processing (urgent)

2001-07-12 Thread FABBriZ
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