Closed (won't fix)
Project:
Advanced Views RSS Feed
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2009 at 16:07 UTC
Updated:
17 Nov 2011 at 12:12 UTC
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
Comment #1
Sinan Erdem commentedSame situation here...
Comment #2
chungyc commentedThis is probably the same issue as in http://drupal.org/node/607622
Comment #3
theprodigy commentedI 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.
Comment #4
chungyc commentedThey will have to be full URLs in the first place.
Comment #5
maciej.zgadzaj commentedFirst 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).