Hi,

I've got a question regarding the mutation events: 

I write an application which needs to be notified about _any_ mutation of a
DOM tree and I think the DOM event model is suitable to handle this (?). 

But if I understand the specification and the implementation of Xerces right I
have to add event listeners for _each_ mutation event type to _every_ node of
the tree to be notified of any mutation - is this right ? 

It seems to me a big wast of ressources. Wouldn't it be more clever to have
the possibility to add one event listener for each event type to the root node
and catch there all events which may happen somewhere in the DOM tree ? But I'm
not sure if this is W3C conform. 

Or is there another solution for this problem ?

Best Regards,
Gerd

-- 
________________________________________________________________
Gerd Mueller                               [EMAIL PROTECTED]
softwarebuero m&b                    http://www.softwarebuero.de

Reply via email to