http://bugs.winehq.org/show_bug.cgi?id=10911 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |bunglehead(a)gmail.com --- Comment #21 from Nikolay Sivov <bunglehead(a)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. -- 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.