XML questions

Mark Wieder mwieder at ahsoftware.net
Fri Jul 22 11:10:27 EDT 2005


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 "<" and
">" 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
 mwieder at ahsoftware.net




More information about the use-livecode mailing list