http://bugs.winehq.org/show_bug.cgi?id=26226
--- Comment #29 from Ulrik Dickow u.dickow@gmail.com 2012-06-11 18:35:54 CDT --- Created attachment 40504 --> http://bugs.winehq.org/attachment.cgi?id=40504 xmlns_simple output as diff wine 1.5.5 built-in (BAD) vs. 1.5.3-xxx native (GOOD)
Yet another 'diff -u99', here as indicated for the simpler test program. Especially the test 03 behaviour is interesting. I use most of that, conceptually, in the upcoming patch for wine (the tests in msxml3/tests/domdoc.c). Test 04 output turned out to be rather boring. I had expected the native msxml3 to enforce the W3C requirements for the namespace for the reserved "xmlns" attribute, but it doesn't, according to this test (thus my patch won't test for it, only emit a tiny warning, only visible when user debugs).