msxml3: Correct get_attributes for CDATA Section.

This commit is contained in:
Alistair Leslie-Hughes 2008-01-14 13:15:58 +11:00 committed by Alexandre Julliard
parent e989d48f43
commit bf4a43e1e0
1 changed files with 1 additions and 0 deletions

View File

@ -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: