What do you get from alert(xml_request.responseXML)? Just to see whether it's empty or not ...
Is it possible that calling xml_request.responseText empties the xml_request object, and that subsequently calling .responseXML therefore returns an empty XML document?
no subject
Date: 2007-06-02 12:46 pm (UTC)Is it possible that calling xml_request.responseText empties the xml_request object, and that subsequently calling .responseXML therefore returns an empty XML document?