Hi
I would like to know how I can use RobotMaker to loop through the links in an RSS/XML-feed?
Example two posts in the RSS-feed:
<item>
<title>Pentax K10D</title>
<link>http://www.url.com/pentax_k10d.html</link>
<category>Digital Camera</category>
</item>
<item>
<title>Samsung NV10</title>
<link>http://www.url.com/samsung_nv10.html</link>
<category>Digital Camera</category>
</item>
I want to connect to loop through this feed and go to the URL:s and fetch some more data, but I can't seem how to figure out how to manage this...
Any ideas?
Cheers!
Hans