http://bugs.winehq.org/show_bug.cgi?id=25518
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2010-12-26 13:47:48 CST --- Created an attachment (id=32628) --> (http://bugs.winehq.org/attachment.cgi?id=32628) patch
Attach a +msxml,+tid with this. It won't crash at the same point, the real problem I think is:
--- err:msxml:doparse XML declaration allowed only at the start of the document ---
Anyway default handlers do such check so it's fine to have it in custom ones, also I expect some output from error callback, this is another thing to check with this patch.