msxml3: Entity Reference nodes do not support attributes property.

This commit is contained in:
Alistair Leslie-Hughes 2008-01-20 22:50:36 +11:00 committed by Alexandre Julliard
parent c40d4997b3
commit bfeb14d0d8
1 changed files with 1 additions and 0 deletions

View File

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