Can anyone tell me why the following javascript does not cause an error in IE9 Win7 64bit?
var objXML = new ActiveXObject("Msxml2.DOMDocument.4.0");
Does IE9 fall back to msxml3 when this is invoked or does it use msxml6 in some kind of backward compatible mode?
I do not have msxml4 installed except the one in the SysWow64 directory which I'm pretty sure is not used by IE9.
Thanks in advance for any help.