8 Feb
2026
8 Feb
'26
3:12 p.m.
Nikolay Sivov (@nsivov) commented about dlls/msxml3/node.c:
transform_write_text(result, style, output); else { - transform_write_xmldecl(result, style, omit_encoding, output); + if (!xmldoc_get_xmldecl(result)) + transform_write_xmldecl(result, style, omit_encoding, output);
Does this properly handle "omit_encoding" condition? I'm not sure there is an easy way to tell from the tests. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10027#note_129057