How can the <content:encoded> from a forum rss feed be displayed?

I am currently using the following code to display the feed:

Code:
 //
$feed = 'http://www.mysite.net/discussions/external?type=rss2&nodeid=26';
...