[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby Program with RSS Feeds

Francesca Dansereau

1/27/2007 3:00:00 AM

hello,

I am a new member to the Ruby forums. I am presently designing a small
program in Ruby that is able to read RSS Feeds. However, I am not sure
how I could connect an RSS Feed to my Ruby program. I have just started
leaning the Ruby programming language and I am slowly understanding the
syntax. Therefore, I am searching for ideas and help regarding this
issue and I would appreciate anyone's help.

Does anyone have any suggestions on how to connect RSS Feed to a Ruby
program? If you do, I would appreciate it if you could post a reply.

Thank you for your help.

--
Posted via http://www.ruby-....

2 Answers

Simon Strandgaard

1/27/2007 4:39:00 PM

0

On 1/27/07, Francesca Dansereau <frannydoodle@yahoo.ca> wrote:
[snip]
> Does anyone have any suggestions on how to connect RSS Feed to a Ruby
> program? If you do, I would appreciate it if you could post a reply.

There is a RSS lib distributed along with ruby.
I could not find any good online examples, but in the
pickaxe book 2ed, there is a good example at page 728.


--
Simon Strandgaard
http://opc...

Simon Strandgaard

1/27/2007 4:55:00 PM

0

On 1/27/07, Simon Strandgaard <neoneye@gmail.com> wrote:
> On 1/27/07, Francesca Dansereau <frannydoodle@yahoo.ca> wrote:
> [snip]
> > Does anyone have any suggestions on how to connect RSS Feed to a Ruby
> > program? If you do, I would appreciate it if you could post a reply.
>
> There is a RSS lib distributed along with ruby.
> I could not find any good online examples, but in the
> pickaxe book 2ed, there is a good example at page 728.

I found a good example here:
http://www.pragmaticprogrammer.com/titles/ruby/code/s...


--
Simon Strandgaard
http://opc...