> I'm xerces newbie so I'm not sure that is correct or not.

So am I, but I know Java.  ^_^

> //
> Node testTarget = document.getElementsByTagName("head").item(0);
> EventListener TestEventListener = new EventListenerImpl();
> testTarget.addEventListener( "mutation", TestEventListener, false );
> //

How about casting to (NodeImpl),  addEventListener isn't defined in the Node
interface,  perhaps its a bug,  but thats not your problem. :)

> Please help me, I've never been answered all the question that I posted
this
> mailing list. :-(

Yeah but its free, so quit whining. ;)

Voxol
-Use the source Luke

Reply via email to