On 11/11/20 10:36 AM, Daniel Lehman wrote:
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
---
i have another version that doesn't skip the BOM
in node_transform_write_to_bstr, if preferred
---
 dlls/msxml3/domdoc.c       | 16 +++++++++++++++-
 dlls/msxml3/tests/domdoc.c | 23 +++++++++++++++++++++++
 2 files changed, 38 insertions(+), 1 deletion(-)

Is it possible to reuse node_transform_node_params() that supports stream output? BSTR case workaround implies that output should already contain BOM.

Or do you mean node_transform_node_params() is already broken for BSTR output,
because it skips BOM?