开发者

PhoneGap XML Parser?

开发者 https://www.devze.com 2023-03-12 04:30 出处:网络
I\'ve been searching a really really long time for an XML Parser usable with PhoneGap. Is there a way to use this http://www.edumobile.org/iphone/iphone-programming-tutorials/parsing-an-xml-file Parse

I've been searching a really really long time for an XML Parser usable with PhoneGap. Is there a way to use this http://www.edumobile.org/iphone/iphone-programming-tutorials/parsing-an-xml-file Parser in my PhoneGa开发者_如何转开发p App or is there a way to make it compatible. Please help!


Rule of thumb about Phonegap: for the most part anything you can do in the browser using Javascript, you can do in Phonegap using Javascript with a couple of nice bonus API calls. See Phonegap API Doc and Phonegap community plugin repository (Note if you absolutely need some additional functionality from iPhone or Android or whatever platform the repo would be the place to go asking about it).

So Javascript XML is what you are looking for.

  • An introduction to parsing xml in javascript
  • Explaination of xml parsing natively with javascript
  • A list of xml parsing javascript librarys

Or alternatively if you have options for formats, JSON is probably your best bet.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号