http://bugs.winehq.org/show_bug.cgi?id=3756
------- Additional Comments From mike@codeweavers.com 2005-04-11 19:20 ------- Any code that attempts to modify the XML tree won't work. At the moment, Wine's msxml3 implementation is pretty much read only, and allowing modifications to the tree will introduce a bunch of problems.
We probably need to copy bits of libxml2 into msxml3 and rewrite the way the tree is handled to fix it...