DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26964>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26964

doc.insertBefore(doc, null) throws WRONG_DOC_ERR not HIER_REQ_ERR

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2004-03-02 23:17 -------
Curt, thanks for reporting. I've committed a different fix to CVS.  
newChild.getOwnerDocument() != getOwnerDocument() will always evaluate to false 
when newChild is any Document node. Other document nodes certainly aren't part 
of 'this' document so instead I check that the given node isn't 'this' document 
(newChild != ownerDocument).

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to