Forum Moderators: open
$MyContent = $item['content:encoded'];
this returns an error as "Notice: Undefined index: content:encoded ..."
The item from the RSS is shown this way on IE6:
<content:encoded>
- <![CDATA[ <table><tr valign="top">some more HTML code here blah blah</tr></table>
]]>
</content:encoded>
Is there some way to read this item with the MagpieRSS? This item is handled differently for some reason, any help on this will be really appreciated.