I am new to Sencha touch.
i am trying to get content of XML file in list-view.IT works when i create my own XML file and run it on Apache server.But i want data should load from xml file which resides at remote server say www.mysite.com/abc.xml
When i write above URL in url property and run it on server it gives me cross domain problem.
is there any solution for this problem? JSONP is one solution that i found on net.But i didn't understand that.
Is there any other method to solve this problem?