I'm trying to create a rss feed and one element is
<content:encoded></content:encoded>
But, when i use this code:
$item->addChild('content:encoded',htmlspecialchars($itemdata->description));
I get this as a result:
<encoded> .................. </encoded>
I don't get the content namespace, and how would I be able to?