Click to return to the XML (Extensible Markup Language) home page    
XMLHttpRequest responseTe...     XMLHttpRequest send Metho...     XMLHttpRequest Object    
Web Workshop  |  XML (Extensible Markup Language)

responseXML Property


Represents the response entity body as parsed by the MSXML XMLDOM parser.

Syntax

objDispatch = oXMLHttpRequest.responseXML

Remarks

Object. The property is read-only. For security reasons, the parser validation features are always turned off to prevent MSXML from attempting to download a document type definition (DTD) or XML-Data definition. If the response entity body is not valid XML, this method returns the XMLDOMDocument object that was parsed so that you can access the error object. This property does not return the XMLDOMParseError error object itself, but that object is accessible from the XMLDOMDocument object.

If the response was generated by an ASP page, and the MIME type was not correctly set to "text/xml" using the ASP method Response.ContentType, responseXML will be empty.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLHttpRequest

See Also

responseBody, responseStream, responseText



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.