[PATCH] Correct get_attributes for CDATA Section

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sun Jan 13 20:15:58 CST 2008


---
 dlls/msxml3/node.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index dc5258f..aba9c33 100644
--- a/dlls/msxml3/node.c
+++ b/dlls/msxml3/node.c
@@ -417,6 +417,7 @@ static HRESULT WINAPI xmlnode_get_attributes(
     /* Attribute, CDataSection, Comment, Documents, Documents Fragments,
        Entity and Text Nodes does not support get_attributes */
     case XML_ATTRIBUTE_NODE:
+    case XML_CDATA_SECTION_NODE:
     case XML_COMMENT_NODE:
     case XML_DOCUMENT_NODE:
     case XML_DOCUMENT_FRAG_NODE:
-- 
1.5.3.7


--------------060800090007040406020706--




More information about the wine-patches mailing list