Hi
I have a node containing CDATA like this:
<String><![CDATA<?xml version...
The "tag" can contain different types of files (xml, htm etc). Is there a simple way via xmldom to encode the files and save them? I've tried using 'Microsoft XML, v3.0'.IXMLDOMCDATASection' but can't make work....
0