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. > > > -- View this message in context: http://www.nabble.com/zend-feed-issue--tf4928553s16154.html#a14108105 Sent from the Zend Framework mailing list archive at Nabble.com.
