Ajay Patel
Ajay Patel

Reputation: 5418

how to parse " Remote " xml file using jquery/ajex for phonegap?

Any idea about how to parse a remote XML file using jQuery/AJAX for PhoneGap? Or any PhoneGap code?

Thanks.

Upvotes: 1

Views: 1401

Answers (1)

Terrance
Terrance

Reputation: 11872

Sounds like you would just use a run of the mill XMLHttpRequest or assuming ajax then $.ajax(). Nothing special should be required. Phone gap (provided it is set up properly) can make cross domain calls. Just make sure your android application permissions are set.

Upvotes: 2

Related Questions