Hi,

I'm trying to encrypt some xml files but CDATA parts get messed up when
encrypted and decrypted, doing the following:

 

This:

<eg><![CDATA[&lt;<no-op/>?xml-stylesheet href="first-x.css"
type="text/css" ?>]]></eg>

 

Into:

 

<eg>&amp;lt;&lt;no-op/&gt;?xml-stylesheet href="first-x.css"
type="text/css" ?&gt;</eg>



Is it possible to skip this behavior?

 

Thanks

Reply via email to