On Mar 21, 2006, at 10:30 AM, Ken Ray wrote:

Actually, you can *retrieve* CDATA with revXMLNodeContents, but you can't *set* it. That's part of the reason I'm still updating my XML Library. ;-)

...

Trying it with CDATA tags already around it:

revPutIntoXMLNode tID,"/root/test","<![CDATA[<b>This is another test</b>]]>"
put revXMLText(tID)

RETURNS:
  <?xml version="1.0"?>
  <root><test>&lt;![CDATA[&lt;b&gt;This is another
test&lt;/b&gt;]]&gt;</test></root>

Thanks for the info Ken.  Your XML lib looks very cool.


--
Trevor DeVore
Blue Mango Learning Systems - www.bluemangolearning.com
[EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to