msxml3: Implement IXMLDOMNode::get_text for CDATA, processing instruction and comment nodes.
This commit is contained in:
parent
c6dc14d81b
commit
d3a524cdba
@ -553,6 +553,9 @@ static HRESULT WINAPI xmlnode_get_text(
|
|||||||
}
|
}
|
||||||
|
|
||||||
case XML_TEXT_NODE:
|
case XML_TEXT_NODE:
|
||||||
|
case XML_CDATA_SECTION_NODE:
|
||||||
|
case XML_PI_NODE:
|
||||||
|
case XML_COMMENT_NODE:
|
||||||
str = bstr_from_xmlChar( This->node->content );
|
str = bstr_from_xmlChar( This->node->content );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user