我想在没有 PHP 的情况下解析这个 RSS:
<rss version="2.0">
<channel>
<item>
<title>Test</title>
<link>http://www.test.com</link>
<image>
<url>http://foo.bar/test.jpg</url>
</image>
<description>
<![CDATA[Description text here!<br><a href="http://www.test.se" target="_blank" rel="external" data-ajax="false">Link!</a></div>]]>
</description>
</item>
</channel>
</rss>
我可以在没有 PHP 的情况下做到这一点吗?我是 jQuery/javascript 的新手 。XML 在这里: http ://hundkartan.se/karta/kartdata/cron_webbutiker_mob.xml
我将在 phonegap 中使用它,所以它是一个外部提要。