Hi,

I'm trying to make a feed with:
Title -- trimmed body to 400 characters -- and a read more link.
The feed doesn't display the fields when they have HTML, like a title wrapped around an tag won't be displayed.
First of all, how do I get to display the content of the fields that have links etc. I tried
Also, I don't know how to get the link path to the node from the Feed style settings.

Thanks for your help,

Comments

Sinan Erdem’s picture

Same situation here...

chungyc’s picture

This is probably the same issue as in http://drupal.org/node/607622

theprodigy’s picture

I have run into this issue and found that cdata in issue 607622 fixes the display. I have however run into an even larger issue. Once you have html, links and images those urls are relative. Does anyone have an idea how to get a full url in the articles? I need this rss feed to be a full valid w3s.org feed. To test that you would go here: http://validator.w3.org/feed/check.cgi?url= [your url here]. Its a pain I know but our rss feeds are shared with a 3rd party and that is what they need.

chungyc’s picture

They will have to be full URLs in the first place.

maciej.zgadzaj’s picture

Status: Active » Closed (won't fix)

First of all, according to RSS 2.0 specification you cannot have HTML in most elements of the feed (apart from <description>). So what you're trying to achieve would not be a valid feed.

Please read the first draft of module documentation for what it can and can't do (and how).