Re: Node.attributes readonly?

>The 'attributes' property of the 'Node' interface is defined as being
>readonly.  Does this apply only to the property

Yes. Whether the NamedNodeMap is readonly (your second question) is a
seperate issue, and is gated by whether the Element itself is readonly (eg
because it's within the value of an EntityReference).
______________________________________
Joe Kesselman  / IBM Research

Received on Tuesday, 16 January 2001 10:06:00 UTC