>Why can't I 'new' dom objects? Is this wrong practise
>unconditionally, or I only must be very careful?
Wrong practice pretty much unconditionally, unless you're a parser or
otherwise need to access things in ways that the DOM APIs explicitly forbid
for normal applications. The factory methods may preform initializations or
have other side-effects that the c'tors don't, and public c'tors are _NOT_
part of the offical DOM API and will not be the same or supported in all
DOM implementations.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]