Dave Bertoni wrote:
>This code _does_modify the node in the DOM tree, at least in the versions
>that I've used (2.3, and 3.0)  -- I tested this before I posted.  Here's
>the code from the repository at xml.apache.org:
>
>NodeImpl.cpp
>
>DOMString NodeImpl::getNodeName() {
>    return name;
>};
>
>Of course, if you've changed this behavior recently, then I apologize for
>not being up-to-date on things.

Then this is a bug, as it wasn't intended to be that way.

But since it has been that way so far, we should think about whether
it should be changed now.  My take is yes, since the the possible
problems you mentioned earlier are real.

  --  Andy


Reply via email to