I'm developing a HTML5 application for Blackberry OS 5+.
I have to get a remote xml file from http://domain.com/xxx/mTop and parse it to show it as a list.
I'm trying to do it with jQuery and AJAX but I get an issue with Same Origin Policy.
My question is, how can I get a remote XML file and show it as a list?
It is not really a file, it is a web service that returns a XML. If that web service returns a JSON, could I parse it?
By the way, I've asked this question that is related to this one