Javascript Reference
Categories: xml

javascript xml XMLDocument

@March 15, 2008, 1:22 a.m.
XMLDocumentFirefox/Netscape/NN n/a IE 5(Win) Chrome/Safari/DOM n/a  

Read-only  

This is a reference to the Microsoft XML document object. This object resembles the W3C DOM core document object in many ways, but Microsoft provides a different syntax to read and write data from the object. See http://msdn.microsoft.com/xml/reference/xmldom/start.asp for details.

 
Example
 
var xmlDoc = document.getElementById("XMLData").XMLDocument;
 
Value

Reference to an MS XML document object.

 
Default

None.


Powered by Linode.