http://bugs.winehq.org/show_bug.cgi?id=29355
Bug #: 29355 Summary: XMLdocument loadfromfile? doesn't work correctly Product: Wine Version: 1.3.34 Platform: x86 URL: http://netikka.net/dev/xml.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: ocean04@suomi24.fi Classification: Unclassified
Small sample: http://netikka.net/dev/xml.exe
Save attached test.xml to .wine/drive_c/ first.
procedure TForm1.Button1Click(Sender: TObject); begin xmldocument1.LoadFromFile('c:/test.xml'); xmldocument1.SaveToFile('c:/test2.xml'); memo1.text:=xmldocument1.XML.Text; //also without header? end;
Problem is test2.xml has lost it's header.
winetricks msxml3 helps