responseXML - property of the HttpRequest object
Description:
Represents the response entity body as parsed by Microsoft XML Core Services (MSXML).
Syntax:
Variant responseXML
Note:
Property access for read only.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
oXML = oReq.responseXML;
oXML = oReq.responseXML