- From: <keshlam@us.ibm.com>
- Date: Fri, 16 Oct 1998 11:26:19 -0400
- To: www-dom@w3.org
>The Level 1 DOM simply doesn't handle the case that someone other >than the XML/HTML parser is tampering with the node tree at the >same time that you are traversing it: multithreading is not >supported, except for the limited case of the parser (which can >only extend, never delete). Unfortunately the spec doesn't say deletion won't be handled -- and in fact deletion may occur without multithreading -- so fully complying implementations of NodeList have to support it. ______________________________________ Joe Kesselman / IBM Research Unless stated otherwise, all opinions are solely those of the author.
Received on Friday, 16 October 1998 11:42:21 UTC