How to parse XML to the PhoneGap application from XML to our HTML page

I am new to webdevelopment, I want to parse xml from web server instead of local server how is it possible. I tried a lot of googled. Please help me. I have to parse this URL “http://twitter.com/statuses/ public_timeline.xml”
You can use JQuery in HTML pages (http://jquery.com/) Plug-in as an entry in the script tag, called the ajax() function of jquery to hit the url, you can use the parseXML() and find() functions of jquery to parse the xml data
Like this-






< br />




I am new to webdevelopment, I want to parse xml from web server instead of local server how is it possible. I tried a lot of googled. Please help me. I have to parse This URL is “http://twitter.com/statuses/ public_timeline.xml”

You can use the JQuery (http://jquery.com/) plugin in the HTML page As an entry in the script tag, called the ajax() function of jquery to hit the url, you can use the parseXML() and find() functions of jquery to parse the xml data
Like this-

< p>










Leave a Comment

Your email address will not be published.