Thats the whole point of the new code.  If you look carefully, it is
using the dom, but it only does one insert, instead of inserting all
of the children separately.

Creating an element with createElement may be faster, but try creating
an element and its 50 children with createElement.  Thats 51 calls to
createElement.  I doubt that is faster than how it is done now.

-- 
Robert Rainwater


> So with all this talk of DOM this and DOM that we don't take advantage of
> DOM. And btw I think that creating elements in IE5 with createElement should
> be faster. I'll have to test.
> 
> 8an



_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to