XML : Load RSS XML data from URL in Processing

I am trying to load the XML data from an RSS feed in Processing using loadXML(). This is the code that I am currently using:

XML rssFeed = loadXML("http://feeds.reuters.com/reuters/topNews?format=xml");

This does not work at all but does not give any error. What is wrong?

No comments:

Post a Comment