从url下载xml,解析它并在WP7上使用phonegap显示在页面上
有人可以帮助我编写一个示例代码(WP7 上的phonegap),它可以从给定的 url 获取 xml,解析 xml 并在列表中显示内容。
我用谷歌搜索了很多但找不到有效的解决方案 谢谢。
Can some one please help me with a sample code (phonegap on WP7) that would fetch a xml from given url, parse the xml and show contents in a list.
I googled a lot but could not find a working solution
Thx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于phonegap 基本上是渲染HTML 文件,因此您应该考虑在HTML 和Javascript 中执行此操作的方法。看看这个问题和答案,它应该可以帮助你
Since phonegap is basically rendering HTML files you should look at a way of doing it in HTML and Javascript. Take a look at this question and answer, it should help you out