Page 1 of 1

Processing RSS -- library

Posted: Fri Dec 12, 2008 1:04 pm
by alex.barylski
Anyone know of a library which I can use to read a RSS XML feed and convert it into an array so I can rendered the output nicely within my web page?

Does Zend offer anything like this? What are it's dependencies? Will I require the whole library or will I be able to extract *only* a single directory?

Any related, smaller libraries would be of use too possibly...

Re: Processing RSS -- library

Posted: Fri Dec 12, 2008 1:18 pm
by Eran
Zend_Feed - http://framework.zend.com/manual/en/zend.feed.html
Like most of the ZF components, you just need the component tree.

Re: Processing RSS -- library

Posted: Fri Dec 12, 2008 1:54 pm
by alex.barylski
Component tree...thats acceptable...so everything it needs it just under Zend/Feed

Thanks :)

Re: Processing RSS -- library

Posted: Mon Dec 15, 2008 11:06 am
by pickle
Magpie RSS & Simple Pie come to mind - not sure about the whole array part though.