msxml3: Correct get_attributes for CDATA Section.
This commit is contained in:
parent
e989d48f43
commit
bf4a43e1e0
|
@ -417,6 +417,7 @@ static HRESULT WINAPI xmlnode_get_attributes(
|
||||||
/* Attribute, CDataSection, Comment, Documents, Documents Fragments,
|
/* Attribute, CDataSection, Comment, Documents, Documents Fragments,
|
||||||
Entity and Text Nodes does not support get_attributes */
|
Entity and Text Nodes does not support get_attributes */
|
||||||
case XML_ATTRIBUTE_NODE:
|
case XML_ATTRIBUTE_NODE:
|
||||||
|
case XML_CDATA_SECTION_NODE:
|
||||||
case XML_COMMENT_NODE:
|
case XML_COMMENT_NODE:
|
||||||
case XML_DOCUMENT_NODE:
|
case XML_DOCUMENT_NODE:
|
||||||
case XML_DOCUMENT_FRAG_NODE:
|
case XML_DOCUMENT_FRAG_NODE:
|
||||||
|
|
Loading…
Reference in New Issue