https://bugs.winehq.org/show_bug.cgi?id=37192
--- Comment #4 from Hao Peng penghao@linuxdeepin.com --- The following environment could help us reproduce a similar bug:
1. Download sitesign.xml from http://www.mybook66.com/down/sitesign.xml?temp7afd=19.75169
2. Write a html file called test.html like below, host in a local server:
<html> <head> <script type="text/javascript" > var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP.3.0"); xmlhttp.open("GET","sitesign.xml", false); xmlhttp.send(); var book = xmlhttp.responseXML; document.write(book.text); document.write(book.xml); </script> </head> <body> </body> </html>
3. Using Wine builtin IE to browse http://localhost/test.html, the xml file fails to load, with the following error messages:
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20 encoding error : input conversion failed due to input error, bytes 0xFA 0xD8 0x26 0x00 encoding error : input conversion failed due to input error, bytes 0xFA 0xD8 0x26 0x00 I/O error : encoder error err:msxml:doparse Premature end of data in tag ListStart line 3 err:msxml:doparse Premature end of data in tag SiteSign line 3 err:msxml:doparse Premature end of data in tag MESSAGE line 2