[Bug 30313] Microsoft Office Communicator 2007 R2 Trial requires ISAXXMLReader feature "namespace-prefixes"

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 19 15:29:20 CDT 2012


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

--- Comment #3 from Anastasius Focht <focht at gmx.net> 2012-04-19 15:29:20 CDT ---
Hello Nikolay,

--- quote ---
Commits f27159a59f11c835ae219fb837c342612cc083c7 and
54df4811c61cfd22787f46ea7ea2d6f555e74ade should help. Please retest.
--- quote ---

Certainly - but only if you include "NamespacePrefixes" feature as accepted
case ...

Source:

http://source.winehq.org/git/wine.git/blob/1554cbc4d75c3d6e1eb5c51ce8b50b4a8c0553ff:/dlls/msxml3/saxreader.c#l2837

--- snip ---
...
2849     /* accepted cases */
2850     if ((feature == ExternalGeneralEntities   && value == VARIANT_FALSE)
||
2851         (feature == ExternalParameterEntities && value == VARIANT_FALSE)
||
2852          feature == Namespaces)
2853     {
2854         return set_feature_value(This, feature, value);
2855     }
--- snip ---

So there is still one minor thing left ;-)

Regards

-- 
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