I have an Aggregator feed which contains CDATA. This is an example XML item:


Title Here

www.linkhere.com Thu, 05 Nov 2009 17:22:57 EST 36F40E2684374D62B69E00E6772C984A
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

cspbm’s picture

Please note, the XML example got stripped on Publish. I was trying to indicate the fields for Title, Link, Description, Content.Encoded CDATA, etc.

dawehner’s picture

Status: Active » Closed (duplicate)

Thats a duplicate of http://drupal.org/node/627402