msxml3: Avoid duplicate encoding.
commite55da04e77ddebb1bba378b9b9e6538f0e664b30
authorMichael Karcher <wine@mkarcher.dialup.fu-berlin.de>
Sat, 29 Nov 2008 09:51:20 +0000 (29 10:51 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 1 Dec 2008 13:22:12 +0000 (1 14:22 +0100)
treec2fb6a840d8bf907c3dedf9dd400b5704aa33dd9
parent6c597bac2e91c84b5c18ef820295cb5a1e642145
msxml3: Avoid duplicate encoding.

The libxml documentation suggests to either use
xmlEncodedEntitiesReentrant or xmlEncodeSpecialChars, but if you apply
both, you end up producing "&amp;amp;".
dlls/msxml3/node.c
dlls/msxml3/tests/domdoc.c