http://bugs.winehq.org/show_bug.cgi?id=10802
Summary: msxml3 : header of xml files Product: Wine Version: 0.9.51. Platform: PC URL: http://home.scarlet.be/linux/compteco/testxml.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-msxml AssignedTo: wine-bugs@winehq.org ReportedBy: vincent.hardy.be@gmail.com
See delphi 5 test program at URL above.
This program create a little test.xml file.
With native msxml3.dll, test.xml file is like this (correct) : -- <?xml version="1.0" encoding="UTF-8"?> <Document>test</Document> --
With builtin msxml3.dll, test.xml file is like this (bad) : -- <?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?> <Document>test</Document> --
http://bugs.winehq.org/show_bug.cgi?id=10802
Vincent Hardy vincent.hardy.be@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=10802
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Austin English austinenglish@gmail.com 2007-12-17 14:20:18 --- Confirming in wine 0.9.51.
http://bugs.winehq.org/show_bug.cgi?id=10802
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2008-07-10 05:13:22 --- This has been fixed. Please verify and close.
http://bugs.winehq.org/show_bug.cgi?id=10802
Vincent Hardy vincent.hardy.be@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Vincent Hardy vincent.hardy.be@gmail.com 2008-07-11 01:08:35 --- This Works for me with current git