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 to do that. The remaining piece of the puzzle is to think of a way to charcterize those parts that should be CDATA output *without* referring to the fact that they were CDATA on input. What other characteristic would identify them? By the way, your question is not specific to Xalan, since other XSLT processors must act the same way. Try the XSLT FAQ under http://www.dpawson.co.uk/ and you may find the answer waiting for you. .................David Marston
