Quantcast
Channel: jQuery - When trying to parse XML, Uncaught Error: Invalid XML: [object Document] - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by user1222361 for jQuery - When trying to parse XML, Uncaught Error:...

It looks like it is already parsed. Your xml object seems to contain an xml document already, while parseXML is supposed to be used to convert an XML string to an XML document. If you want to access...

View Article



jQuery - When trying to parse XML, Uncaught Error: Invalid XML: [object...

I have some jQuery with an Ajax call that looks like this:$.ajax({ type: "GET", url: "xml/photobank.xml", dataType: "xml", success: function(xml){ xmlParser(xml, "Charlie"); }});function xmlParser(xml,...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images