mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
msxml3: Entity Reference nodes do not support attributes property.
This commit is contained in:
parent
c40d4997b3
commit
bfeb14d0d8
@ -422,6 +422,7 @@ static HRESULT WINAPI xmlnode_get_attributes(
|
||||
case XML_DOCUMENT_NODE:
|
||||
case XML_DOCUMENT_FRAG_NODE:
|
||||
case XML_ENTITY_NODE:
|
||||
case XML_ENTITY_REF_NODE:
|
||||
case XML_TEXT_NODE:
|
||||
*attributeMap = NULL;
|
||||
return S_FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user