Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT
  Features
      Ask DevGuru
      ASP Resources
      HTML Color Chart
      Find the Bug
      Knowledge Base
      Links
      Tips of the Week
      T-SQL Syntax Charts
      Tutorials
  Products
      dgCalendar
      dgCharge
      dgChart
      dgEncrypt
      dgFileUpload
      dgReport
      dgSort
      dgTree
  Site
      Authoring
      Coming Soon
      DevGuru Resume
      Errata
      Link to Us
      Merchandise
      Sponsorships
      Testimonials
      What's New
  Partners
      Code Project
      DevelopersDex
      Prog. Heaven
      Tek-Tips Forum
      TopXML
      VBXML.COM
      VisualBuilder.com
      W3Schools
      XMLPitstop
      ZVON.org
      Search Us!

       











PROPERTY:  HttpRequest::responseXML

HttpRequest.responseXML

The responseXML property is read-only and represents the response entity body as parsed by the MSXML XMLDOM parser. For security reasons, the parser validation features are always turned off to prevent MSXML from attempting to download a DTD or XML-Data definition. If the response entity body is not valid XML, this method returns the Document object that was parsed so that you can access the ParseError object through it. (Note that the ParseError object itself is not returned; it is only accessible through the Document object.)

If the response was generated by an ASP page, and the MIME type was not correctly set to 'text/xml', responseXML will be empty.





Copyright 1999-2002 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information