Type: Integer
Returns the version number of the Microsoft XML Parser installed under IE browsers, 0 if not installed, or -1 if not detectable with the current browser.
Note: Use of this property requires the Enterprise Edition of BrowserHawk.
Special notes for this property:
This property applies only to IE on Windows 32 and 64-bit platforms
C# Example:
<%
ExtendedOptions options = new ExtendedOptions();
options.AddProperties("MSXML");
ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);
%>
<html>
MSXML: <% Response.Write(extBrow.MSXML); %>
</html>
See Also:
XMLHttpRequest Property (.NET)