Getting back the XMLHTTPRequest data

data = xhr.responseText();

or if you want an XML DOM object:
xmldata = xhr.responseXML();