[Bug 24325] MSXML Parser corrupts line breaks

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 16 14:16:43 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=24325

Bruno Jesus <00cpxxx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |00cpxxx at gmail.com

--- Comment #11 from Bruno Jesus <00cpxxx at gmail.com> 2012-12-16 14:16:43 CST ---
The test case from comment 2 produces the following output:

Windows:
Line 1: <?xml version="1.0"?>
Line 2: <settings>
Line 3:   <setting/>
Line 4: </settings>
Line 5:

Line 5 is empty.

Wine:
Line 1: <settings>
Line 2:   <setting/>
Line 3: </settings>

The output is different but the &#xD; or 
 is not present so I guess it's
fixed.

-- 
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.



More information about the wine-bugs mailing list