Viewsを使ってフィード配信したいんですが、

<item>
<title>hoge</title>
<link>http://hage.com/111<;/link>
<description></description>
<category domain="http://hage.com/taxonomy/term/436">PC</category>
<pubDate>Fri, 17 Dec 2010 09:17:04 +0000</pubDate>
<dc:creator>hogehoge</dc:creator>
<guid isPermaLink="false">22307 at http://hage.com<;/guid>
</item>

と出力します。これを
<item>
<title>hoge</title>
<link>http://hage.com/111<;/link>
<pubDate>Fri, 17 Dec 2010 09:17:04 +0000</pubDate>
</item>
と配信するところを最小限に抑えたいと思っております。

良い解決策はありますでしょうか?