Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.8
Component:
aggregator data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2009 at 02:24 UTC
Updated:
21 Dec 2009 at 09:05 UTC
I have an Aggregator feed which contains CDATA. This is an example XML item:
Title Here
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