The CDATA thing is a known bug...please skim the thread before making a post about something that has been addressed several times already.jmaraujo wrote:The feeds I tested that were not working I think it weren't working because the description was in CDATA content. For example:
I tested those same feeds with the original lastRSS parser and they're all working. So the problem is the CDATA tag.Code: Select all
<description><![CDATA[ {DESCRIPTION TEXT} ]]></description>
Also, it would be great if we could get the content between <content:encoded> tags.