XML - reading C[DATA[ tags via XMLDOM

jensthomsenjensthomsen Member Posts: 173
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....
Sign In or Register to comment.