This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AW: XML -> XML preserving CDATA


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]