Using ZFW 1.7.7, I'm running into an issue with reading the title, link and description of an RSS 1.0 feed.
When trying to import: http://www.qsrmagazine.com/industry_news.rss $feed = Zend_Feed::import( $import ); $feed->title(), $feed->description and $feed->link() come up empty. This happens with php.net's own feed, too ( http://www.php.net/news.rss ) Is there any solution I can use to fix this on my side? --- Philip [email protected] http://www.gpcentre.net/
