Re: DOMException: NO_MODIFICATION_ALLOWED_ERROR

>Won't trying to set nodeValue on an Element also throw?

Yes, as documented. Basically, this exception is produced any time you
attempt to change an unchangable value which isn't defined as throwing
something else... as its name implies.

______________________________________
Joe Kesselman  / IBM Research

Received on Monday, 16 July 2001 10:38:04 UTC