Tagged Questions
3
votes
1answer
8k views
Parsing XML with CDATA with JQuery
Edit: I was missing two things here. The lack of "Content-Type:text/xml" in the header returned by the AJAX call was preventing JQuery from treating the returned data as a document. Once that was ...