How do I do a cross domain GET of an XML feed in a WordPress plugin?

Posted by MM. on Stack Overflow See other posts from Stack Overflow or by MM.
Published on 2012-10-26T22:57:28Z Indexed on 2012/10/26 23:00 UTC
Read the original article Hit count: 159

I would like to use AJAX to display dynamic content via my wordpress plugin. The data source is an xml feed from a remote domain (not owned by me).

I have tried using JQuery plugins that use YQL to do cross domain Ajax calls; however, they are geared towards json and tend to return the data to me in a mangled state.

My question is, is there a way of obtaining an xml feed using ajax from a remote domain?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about JSON