2015-11-14 17:33 GMT+08:00 Zhenbo Li litimetal@gmail.com:
Also, I found that there was a hidden bug: As we will test these urls for responseXML: static const char xml_url[] = "http://test.winehq.org/tests/xmltest.xml"; static const char large_page_url[] = "http://test.winehq.org/tests/data.php";
char large_page_url is not a valid xml file, but native mshtml.dll can handle it properly. It shows we can't just past the responseText to msxml3.dll. I'll check it more carefully it later.
Hi, sorry for my late reply. I tested it on testbot, and found that Windows mshtml.dll would return an empty xml object