http://bugs.winehq.org/show_bug.cgi?id=26226
--- Comment #18 from Nikolay Sivov bunglehead@gmail.com 2011-03-01 04:08:44 CST --- Please change this:
--- - if (!strcmpW(nameW, xmlnsW)) + if (!strcmpW(nameW, xmlnsW) || strstrW(nameW, xmlnscW)) { SysFreeString(nameW); return DISP_E_UNKNOWNNAME; ---
to return S_OK.
I don't have time now to test it, so attach a new log and server request.