. .

smalltalk

Smalltalk Code to Handle XML Feeds

August 17, 2010 16:43:09.485

I got a query about Smalltalk code to handle RSS/Atom feeds this afternoon, and - obviously, as the main author of BottomFeeder - I have some code around to do that. In the public store repository, you can load the bundle Syndication-Handling. I've done a screencast on using it:

And on YouTube:

It's pretty easy to use at a high level:


RSS.Constructors.Constructor 
	getFeedFromUrl: 'http://www.jarober.com/rss/blog.xml'.

Technorati Tags: , , ,

posted by James Robertson

 Share Tweet This