[Bug 22679] Photoshop CS5 installer requires native msxml3

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 8 19:12:19 CDT 2010


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





--- Comment #3 from Andrew Nguyen <arethusa26 at gmail.com>  2010-06-08 19:12:18 ---
Created an attachment (id=28685)
 --> (http://bugs.winehq.org/attachment.cgi?id=28685)
msxml3: Force libxml2 to ignore the encoding attribute when loading an XML
string in IXMLDOMDocument

The first thing that the installer runs into is that, due to an embedded UTF-16
encoding attribute in one of the XML string the installer tries to load,
libxml2 is misled into interpreting a UTF-8 string as UTF-16. The attached
patch should take care of that, although it needs testing. The second issue I
notice is:

fixme:msxml:xmlnode_put_nodeTypedValue 0x12e798
fixme:msxml:domelem_QueryInterface interface
{df0b3d60-548f-101b-8e65-08002b2bd119} not implemented

msxml3 probably needs more implemented functionality.

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