I am trying to get an XML response from a servlet. The servlet returns a content type of "application/xml". Using XmlHttpRequest, I can get responseText, but not responseXml. I was wondering if this had something to do with the content type or the request type (I'm doing a GET)...?I am trying to get an XML response from a servl