On 9/28/2010 05:37, Adam Martinson wrote:
From 1f8661342ae63290f212429e382b5776e07b9ebc Mon Sep 17 00:00:00 2001 From: Adam Martinsonamartinson@codeweavers.com Date: Mon, 27 Sep 2010 19:29:04 -0500 Subject: [PATCH 2/6] msxml3: ignore whitespace nodes
dlls/msxml3/msxml_private.h | 15 +++++++++++++++ dlls/msxml3/node.c | 9 +++++++++ dlls/msxml3/nodelist.c | 8 ++++++-- dlls/msxml3/tests/domdoc.c | 14 ++++++++++++++ 4 files changed, 44 insertions(+), 2 deletions(-)
This should be affected by ::preserveWhiteSpace() property I guess.