Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Represents the response entity body as parsed by the MSXML DOM 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 DOMDocument object that was parsed so that you can access the error object. This property does not return the IDOMParseError error object itself, but that object is accessible from the DOMDocument object.
Applies To
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.