http://bugs.winehq.org/show_bug.cgi?id=24325
Summary: MSXML Parser corrupts line breaks Product: Wine Version: 1.1.42 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: chris@generalpurposedomain.com
Created an attachment (id=30657) --> (http://bugs.winehq.org/attachment.cgi?id=30657) Corrupt xml file
If the parser is set to auto indent lines, the \r line breaks are replaced by "
", resulting in an invalid XML file.
The \n breaks are written fine, though.
I wrote a testcase in delphi, i attached both the testcase and the resulting XML file.
If I install winetricks msxml3, the problem disappears, and files are written fine.