[PATCH] msxml3: Support IStream in domdoc_transformNodeToObject.

Nikolay Sivov nsivov at codeweavers.com
Fri Nov 13 07:14:01 CST 2020


On 11/11/20 10:36 AM, Daniel Lehman wrote:
> Signed-off-by: Daniel Lehman <dlehman25 at 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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20201113/a6df8f03/attachment-0001.htm>


More information about the wine-devel mailing list