msxml: implement get_nodeTypedValue

Huw D M Davies h.davies1 at physics.ox.ac.uk
Wed Jan 18 06:39:54 CST 2006


        Huw Davies <huw at codeweavers.com>
        msxml: implement get_nodeTypedValue
-- 
Huw Davies
huw at codeweavers.com
diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c
index 08e991a..0725cae 100644
--- a/dlls/msxml3/node.c
+++ b/dlls/msxml3/node.c
@@ -557,8 +557,8 @@ static HRESULT WINAPI xmlnode_get_nodeTy
     IXMLDOMNode *iface,
     VARIANT* typedValue)
 {
-    FIXME("\n");
-    return E_NOTIMPL;
+    FIXME("ignoring data type\n");
+    return xmlnode_get_nodeValue(iface, typedValue);
 }
 
 static HRESULT WINAPI xmlnode_put_nodeTypedValue(



More information about the wine-patches mailing list