[Bug 10802] New: msxml3 : header of xml files

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 17 06:11:51 CST 2007


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 at winehq.org
        ReportedBy: vincent.hardy.be at 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>
--


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list