... and another one - why does the following snippet of code fail? What is the proper way to swap values of 2 Tcl variables holding domNodes?
Thanks -Alex server1:nscp 218> dom createDocument root doc domDoc0x248e90 server1:nscp 219> $doc createElement foo n1 domNode0x249088 server1:nscp 220> set n2 $n1 domNode0x249088 server1:nscp 221> $doc createElement bar n1 domNode0x2490c0 server1:nscp 222> $n2 nodeName invalid command name "domNode0x249088" -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
