http://bugs.winehq.org/show_bug.cgi?id=10911
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #21 from Nikolay Sivov bunglehead@gmail.com 2011-12-16 11:27:18 CST --- (In reply to comment #20)
This works in Windows / native msxml3
xml:=CreateOleObject('Microsoft.XMLDOM'); xml.LoadXML(#10+'<?xml version="1.0" encoding="UTF-8" ?><test>test</test>'); xml.Save('c:/testing.xml');
Yeah, I tested ::load() method only, and it fails on such stream, I'll more tests.