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=5294>. 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=5294 Adding DocumentFragments throws Wrong Document exception [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2001-12-05 14:17 ------- See the DOM specification; that is NOT what DocumentFragment does. It's just a convenient place to hand other nodes -- effectively, an anonymous element -- while processing a _single_ document, with the convenience that if you try to insert it as a child of a node belonging to that document what really happens is that its children are inserted. To move data from one document to another, see the DOM Level 2 importNode method. For detailed discussion, see http://www.w3.org/DOM/faq.html#ownerdoc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
