moduleEnabled()) { return $this->_forwardNoroute(); } $this->_view->loadLayout(); $this->getResponse() ->setHeader('Content-type', 'text/xml; charset=UTF-8') ->setBody( $this->_view->getLayout()->getBlock('blog.rss.feed')->toHtml() ); } }