Which library for reading RSS?

Hi all,

I’m looking for a library for reading RSS feeds. Do you know a good one
?

Thanks for your help.

Hi Thomas ~

There is a code snippet that might be helpful here:

REXML is the tool to use,
http://www.germane-software.com/software/rexml/,
with XML.

~ Ben

I have used simpleRSS for reading and storing news stories… Worked like
a
charm.

I second SimpleRSS. There is also the standard Ruby RSS library, but
SimpleRSS doesn’t blow up as easily as the standard library when parsing
bad XML.

Brandt Lofton wrote:

I have used simpleRSS for reading and storing news stories… Worked like
a
charm.