我是Phonegap的新手。有谁知道如何在 Phonegap 应用程序上按页面显示我的 XML 数据。例如,在一个页面上,它会是一篇文章,并且会有一个按钮指向下一篇文章,就像在 XML 中一样。
下面是我的 XML 数据。有这方面的教程吗?
<post>
<new>
<picture>http://placehold.it/350x250</picture>
<name>post name 1</name>
<info>More info here. Such as post content</info>
<moreinfo>Deeper information </moreinfo>
<mix>Some info</mix>
<mixinfo>Choice of 2,3,4 Bedrooms</mixinfo>
</new>
<new>
<picture>http://placehold.it/350x250</picture>
<name>post name 2</name>
<info>Post Name 2</info>
<moreinfo>Infomation here</moreinfo>
<mix>Mix it up</mix>
<mixinfo>Information of more information</mixinfo>
</new>
</post>