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[<<no-op/>?xml-stylesheet href="first-x.css" type="text/css" ?>]]></eg> Into: <eg>&lt;<no-op/>?xml-stylesheet href="first-x.css" type="text/css" ?></eg> Is it possible to skip this behavior? Thanks