I'm trying to use the InternetExplorer.Application to send a POST transaction to the server, and its response is in XML. I am having trouble finding a method to read the XML responses. I was previously using the document.documentElement.outerHTML to read the webpage responses, but this does not work for the XML responses. I just get the <HTML><HEAD><BODY> tags with none of the XML nodes. I am using the InternetExplorer object instead of XMLHTTP because of cookie and session management for a particular application. Is there any easy way to read the XML responses with InternetExplorer.Application?