I am trying to parse an XML file that is created dynamically from a POST string that I send to an ASP gateway. When I send the Post, the ASP on the other end creates an XML file and then displays it in the typical XML format. The problem I am having is that all the tutorials and scripts I have seen are for people who have the actual .xml file to link to. This poses a problem for me because I don't have the actual .XML file to point to, look at, only the ASP gateway. Does anyone understand what I am trying to accomplish? If so, what is the best way to do this.