To clone a DOM Node object, use the cloneNode() method on the Node interface. See the DOM specification for details of that operation. At this time, the DOM API makes no promises about multitasking, and provides no locking mechanisms. Individual DOM implementations may do so. If yours does, cloneNode() will probably lock the DOM for the duration of the clone operation -- but check the documentation for your DOM implementation (or ask its authors) to find out. ______________________________________ Joe Kesselman / IBM ResearchReceived on Saturday, 18 November 2000 11:48:57 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:52 GMT