« Return to Thread: zend feed issue?

Re: zend feed issue?

by Simone Carletti :: Rate this Message:

Reply to Author | View in Thread

Hi digitalus_media,
both feeds you are trying to load are produced in RSS 1.0 format.

It seems Zend_Feed is not RSS 1.0 compatible, according to current Zend_Feed_Rss parsing behavior.
Unfortunately, Zend_Feed documentation doesn't really provide any information about this lack.

There's an open ticket about http://framework.zend.com/issues/browse/ZF-405

-- Simone


digitalus_media wrote:
i am having a lot of trouble getting zend feed rss to consume some feeds.

neither my code nor the sample on the wiki that imports slashdot works for me.

i tried the demo app at: http://andries.systray.be/zf-demos/feed-reader/feed/browse, and was not able to get the feeds to load either.  

http://maine.craigslist.org/web/index.rss is the feed i am trying to load.  

also, fyi, i loaded this feed with the http client with no problem, and was able to load it into a simplexml object.

 « Return to Thread: zend feed issue?