Bauer Thomas wrote: > > I have ashort question. I have some small internet pages and the data > stored in XML. I primarly use the XMLEditor to format XML files, which > have been updated via a web interface I have developed. But now I > remarked, that the CDATA entries will be changed to normal entries. Can > I do something to temain ym CDATAs or is there no possibility for this? >
There is no way to do this. You may just configure XMLmind XML Editor to *always* save the text of specific elements as CDATA sections. XHTML example (excerpt of XXE_install_dir/addon/config/xhtml_dtd_common.incl): --- <cfg:saveOptions xmlns="" cdataSectionElements="script" /> --- More info in http://www.xmlmind.com/xmleditor/_distrib/doc/configure/saveOptions.html

