getType() !== Zend_Feed_Reader::TYPE_RSS_10 && $this->getType() !== Zend_Feed_Reader::TYPE_RSS_090 ) { $content = $this->_xpath->evaluate('string('.$this->getXpathPrefix().'/content:encoded)'); } else { $content = $this->_xpath->evaluate('string('.$this->getXpathPrefix().'/content:encoded)'); } return $content; } /** * Register RSS Content Module namespace */ protected function _registerNamespaces() { $this->_xpath->registerNamespace('content', 'http://purl.org/rss/1.0/modules/content/'); } }