I want to parse this RSS without Php:
<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>
Can I accomplish this without Php? I'm a complete newbie in jQuery/javascript.. The XML is here: http://hundkartan.se/karta/kartdata/cron_webbutiker_mob.xml
I'm going to use this in phonegap so it's an EXTERNAL feed.