use jsonp to get xml cross domain
- by lmkk
I am trying to read xml into a webpage from another server, and I assume that my problem is Same-Origin Policy, and therefore a cross domain problem.
I have a bit of googling and it seems that jsonp is the way forward.
Based on some examples I found here on stackoverflow and another sites, this is what I have, and it does not "hit" the server with…