On 5/5/2011 00:38, Adam Martinson wrote:
dlls/msxml3/domdoc.c | 85 +++++++++++++++++++++++++++++-------------------- 1 files changed, 50 insertions(+), 35 deletions(-)
You don't need a separate helper for that. doparse() should do fine with "UTF-8" encoding parameter to force encoding.
Also will it preserve existing document or will really create empty one on error is a question.