I'm using a jsonp call (jQuery.getJSON), data returned is an XML. I can read it nicely in FF & IE9, but it is not working on IE8.
I can not use the dataType solution suggested in this SO question since I'm using a jsonp call. In the callback I parse the XML
$(xml).find("title").text()
Works fine with FF and IE9, fails with IE8. What can I do ? PS: using jQuery1.4