Sebastian Fey wrote: > > i just found out, that XXE deletes CDATA declarations! > why that? how can i disable this?
Sorry but you cannot disable this. Unlike other XML editors, XXE cannot be used to edit the *physical representation* of XML, only the *logical content*. See http://www.xmlmind.com/xmleditor/detailed_features.html#nonfeatures Note that you can configure XXE to always save specific elements as CDATA sections (example XHTML <script>). See the <saveOptions> configuration element in http://www.xmlmind.com/xmleditor/_distrib/docs/poweruser/ar01s04s17.html See also XXE_install_dir/config/xhtml/xhtml.xxe as an example of use of this configuration element. But I understand that the above option is not exactly what you need...

