Bug 40982 - XMLHttpRequest can not parse HTML documents into responseXML field
Summary: XMLHttpRequest can not parse HTML documents into responseXML field
Status: RESOLVED DUPLICATE of bug 74626
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-22 05:10 PDT by Stuart Ng
Modified: 2011-12-15 20:23 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Ng 2010-06-22 05:10:52 PDT
Send XHR Get for an HTML Document
responseText is showing properly
According to XHR spec, responseXML should contain a DOM representation of the HTML document. Right now is it null all time unless we are getting a XML document.
Comment 1 Jarred Nicholls 2011-12-15 20:23:48 PST

*** This bug has been marked as a duplicate of bug 74626 ***