{"json_modified": "2016-07-09T04:03:45.662976", "uuid": "b43d6762-9275-4510-bb1f-818def14430e", "title": "XMLHttpRequest.responseXML", "url": "/en-US/docs/Web/API/XMLHttpRequest/responseXML", "tags": ["AJAX", "Reference", "XMLHttpRequest", "API"], "translations": [], "modified": "2016-07-09T04:03:45", "label": "XMLHttpRequest.responseXML", "localization_tags": [], "locale": "en-US", "id": 165183, "last_edit": "2016-05-24T01:52:18", "summary": "The XMLHttpRequest.responseXML
property returns a Document
containing the response to the request, or null
if the request was unsuccessful, has not yet been sent, or cannot be parsed as XML or HTML. The response is parsed as if it were a text/xml
stream. When the responseType
is set to \"document\"
and the request has been made asynchronously, the response is parsed as a text/html
stream. responseXML
is null for data:
URLs.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Example", "title": "Example"}, {"id": "Specifications", "title": "Specifications"}, {"id": "Browser_compatibility", "title": "Browser compatibility"}], "slug": "Web/API/XMLHttpRequest/responseXML", "review_tags": []}