Just to be sure of a few things...

Which version of Xerces are you using?

>>      table.removeChild(row);

The node "row" is going out of scope or being set to NULL after 
this, right?

It appears as though cloneNode() goes through all the right 
gyrations. I'm not entirely convinced that a node-with-children 
outside of the DOM tree gets properly cleaned up. (There's code to 
catch that case, but the conditions for actually deleting a node 
are somewhat obscure.)

--Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to