Hi all, I''m looking for a library for reading RSS feeds. Do you know a good one ? Thanks for your help. -- Posted via http://www.ruby-forum.com/.
Hi Thomas ~ There is a code snippet that might be helpful here: http://www.bigbold.com/snippets/posts/show/68 REXML is the tool to use, http://www.germane-software.com/software/rexml/, with XML. ~ Ben On 1/30/06, Thomas Mahier <thomas_mahier@yahoo.fr> wrote:> > Hi all, > > I''m looking for a library for reading RSS feeds. Do you know a good one > ? > > Thanks for your help. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Ben Reubenstein http://www.benr75.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060130/31225d26/attachment-0001.html
I have used simpleRSS for reading and storing news stories.. Worked like a charm. On 1/30/06, Ben Reubenstien <benr@x-cr.com> wrote:> > Hi Thomas ~ > > There is a code snippet that might be helpful here: > > http://www.bigbold.com/snippets/posts/show/68 > > REXML is the tool to use, http://www.germane-software.com/software/rexml/, > with XML. > > ~ Ben > > On 1/30/06, Thomas Mahier <thomas_mahier@yahoo.fr > wrote: > > > > Hi all, > > > > I''m looking for a library for reading RSS feeds. Do you know a good one > > ? > > > > Thanks for your help. > > > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > Ben Reubenstein > http://www.benr75.com > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060130/2b84808a/attachment.html
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.-- Posted via http://www.ruby-forum.com/.