http://bugs.winehq.org/show_bug.cgi?id=30692 --- Comment #12 from Nikolay Sivov <bunglehead@gmail.com> --- This warning is still happening in current wine, after msxml changes: 0026:warn:msxml:node_replace_child childNode 0x2e23834 is not a child of 0x330ce60 And it's correct, in a sense that old child node is indeed not a child. The reason for that is in XPath evaluation - application queries from detached subtree, while document contains "similar" structure that produces non-empty nodeset. In libxml2 evaluator expects document to be provided as a root node, so query runs in the wrong tree at the end. In msxml root node does not have to be a document. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.