[Bug 12486] Microsoft Office Standard 2007 installation failure

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 9 05:48:58 CDT 2008


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





--- Comment #18 from Alistair Leslie-Hughes <leslie_alistair at hotmail.com>  2008-07-09 05:48:58 ---

> A testcase would be very helpful in these convulted situations.
> 
Hmmm, the basic scenario is, all \n are changed to \r\n\t.  

Using this example.
<jjj>\n<HH>aa</HH><HH1>aa</HH1></jjj>

msxml3 produces
<jjj>
    <HH>aa</HH><HH1>aa</HH1></jjj>       <-- Note: all on one line

whereas libxml will produce
<jjj>
    <HH>aa</HH>
    <HH1>aa</HH1>
</jjj>

Using libxml we cannot reproduce formatting exactly.


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