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...
Processing RSS -- library
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: Processing RSS -- library
Zend_Feed - http://framework.zend.com/manual/en/zend.feed.html
Like most of the ZF components, you just need the component tree.
Like most of the ZF components, you just need the component tree.
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: Processing RSS -- library
Component tree...thats acceptable...so everything it needs it just under Zend/Feed
Thanks
Thanks
Re: Processing RSS -- library
Magpie RSS & Simple Pie come to mind - not sure about the whole array part though.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.