- From: <keshlam@us.ibm.com>
- Date: Mon, 2 Nov 1998 15:12:15 -0500
- To: www-dom@w3.org
Depends on what you mean by "robust". As we've seen, NodeList has hazards too; random deletions and insertions will change the index-number-to-node mapping (which may result in missed or double-processed nodes) and may create serious performance bottlenecks. Whichever approach the user picks, they have to exercise appropriate care. "Simple things should be simple; complex things should be possible." ______________________________________ Joe Kesselman / IBM Research Unless stated otherwise, all opinions are solely those of the author.
Received on Monday, 2 November 1998 15:12:36 UTC