I need to make an RSS feed for a channel. The issue is that the content has been imported and contains inline styles and other markup. Ive looked at the various modules but I can’t get it all removed, and some of it stops my feed from validating.
One work around that seems to work is this:
<![CDATA[ {my_field} ]]>From what ive read this stops the content from being xml parsed, which is why it validates ok. Ive looked in a few readers and it seems fine, but is their a risk / downside to this method? I don’t really understand the implications so id appreciate any advice or info on tests I could perform.
Thanks