msxml3: Add fixme for unsupported parameter.
This commit is contained in:
parent
d287e88691
commit
421dca6a96
|
@ -1312,6 +1312,9 @@ static HRESULT WINAPI domdoc_createNode(
|
|||
|
||||
TRACE("(%p)->(type,%s,%s,%p)\n", This, debugstr_w(name), debugstr_w(namespaceURI), node);
|
||||
|
||||
if(namespaceURI && namespaceURI[0])
|
||||
FIXME("nodes with namespaces currently not supported.\n");
|
||||
|
||||
hr = get_node_type(Type, &node_type);
|
||||
if(FAILED(hr))
|
||||
return hr;
|
||||
|
|
Loading…
Reference in New Issue