MSXML Property (.NET)

 

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:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("MSXML");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

MSXML: <% Response.Write(extBrow.MSXML); %>

</html>

 

See Also:

XML Property (.NET)

XMLHttpRequest Property (.NET)

BrowserObj ToXML Method (.NET)

ExtendedBrowserObj ToXML Method (.NET)