Hi all,
I know the MSXML get_nodeTypedValue method is only supported with XDR schemas and does not work with XSD schemas. However we use this extensively in our applicaton to get typed values from input XML based on the corresponding type definition in
the XML's schema. Is there any equivalent to this when using XSD in MSXML6? We are forced to having to convert to using XSD schemas as XDR schemas are no longer supported in MSXML6 :(
FYI - The background to this is that for a lot of our customers when Windows update installs MSXML6 or a patch for it, it is unregistering MSXML3 and breaking our application. So we having to convert our codebase to MSXML6 to get around this.
Thanks in advance,
Charles Gamble.