[Bug 26226] msxml4 emits too much xmlns attributes

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 1 04:08:48 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=26226

--- Comment #18 from Nikolay Sivov <bunglehead at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list