Jan-

Thursday, July 21, 2005, 11:50:22 PM, you wrote:

JS> 1. My favourite command for writing to a tree is
JS> revAppendXML, as this allows me to toss in a chunk of
JS> XML data, and have it parsed into the tree instantly.

Thanks for the confirmation. RevAppendXML also seems to be the only
builtin command that can handle the CDATA elements. The other append
commands insist on converting the "<" and ">" tags into "&lt;" and
"&gt;" and there doesn't seem to be any way of escaping the literal
chars. What I find annoying about revAppendXML, though, is the
inability to append literal data into an existing node. Node creation
and appending of data must be done in a single step.

-- 
-Mark Wieder
 [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