AW: [xsl] XML -> XML preserving CDATA

Subject: AW: [xsl] XML -> XML preserving CDATA
From: "Ilya Khandamirov" <ikh@xxxxxxxxxxx>
Date: Wed, 12 Sep 2001 14:17:22 +0200
Hi Roman,

>But at the end of my processing, there may be some Java Application
>receiving the Document as a String...
>when I want to do
>a simple task without parsing, using String manipulation, I see escaped
>data in the String.


I'm not sure if i got your problem right, but it seems, i had similar
problem in JScript:

nodes.item(i).xml returned "<" as "&lt;", while
nodes.item(i).text returned "<" as "<".

I my particular case it was enough to switch to the "text" property. Maybe
this will give you some ideas.

Regards,
Ilya



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread