On Thu, October 19, 2006 1:41 pm, Koen van Hees wrote: > > This is the third attempt to get some feedback on CData editing. > > How does one *update* xml data that's embedded in CData tags without > losing all the CData tags in the whole XML document?
Are you saying RB strips the CData when reading it, it loses it within it's own XML structure, or it loses the other CData when you attempt to just update/change a single CData node? I use XML with CData but I've never noticed this problem. However, I'm reading the XML and translating it to my own internal data structure, then writing the whole thing back to disk as a new XML file when the user saves any changes. It seems to work fine. -- Marc Zeedar Publisher REALbasic Developer Magazine http://www.rbdeveloper.com _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
