I have an Aggregator feed which contains CDATA. This is an example XML item:
Title Here
Text Line Two]]>
The Aggregator Source page display shows the feed list correctly and retains the
command so that the CDATA field is outputted as:
Text Line One
Text Line Two
Views though omits the
command from the CDATA while keeping the text. So the output is:
Text Line OneText Line Two
How can I rectify this so that Views retains the
in the CDATA field?
Thanks for help
Comments
Comment #1
cspbm commentedPlease note, the XML example got stripped on Publish. I was trying to indicate the fields for Title, Link, Description, Content.Encoded CDATA, etc.
Comment #2
dawehnerThats a duplicate of http://drupal.org/node/627402