The html links internal to the descriptions aren't working correctly in my RSS feed. I'm seeing the whole code between the <> brackets, not the hyperlinked text. For example, I see this <a href="http://www.telegraph.co.uk/news/main.jhtml?xml=/news/2005/11/20/wdarwin20.xml&sSheet=/portal/2005/11/20/ixportal.html">Telegraph report,</a>
Comments on Problem with RSS feed
Experienced
Usergroup: Customer
Joined: Jul 28, 2005
Total Topics: 30
Total Comments: 55
The html links internal to the descriptions aren't working correctly in my RSS feed. I'm seeing the whole code between the <> brackets, not the hyperlinked text. For example, I see this
<a href="http://www.telegraph.co.uk/news/main.jhtml?xml=/news/2005/11/20/wdarwin20.xml&sSheet=/portal/2005/11/20/ixportal.html">Telegraph report,</a>
Instead of a hyperlinked "Telegraph report."
Any tips on how to fix this?
My site is here:
http://www.elementlist.com/lnx/index.php
And my RSS link is here:
feed://www.elementlist.com/lnx/rssfeed.php?type=links&number =5&field=time&ascdesc=descending&condition=catid=56
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
As mentioned in the other thread it's not really good practice according to a google search, but it may work in some readers if you do this:
In rssfeed.php, replace with
Forum Regular
Usergroup: Customer
Joined: Jun 02, 2004
Total Topics: 32
Total Comments: 142
You might be better off letting the Static File Generation created your RSS file. I use:
and then have it save as:
rss/new-games.xml
That'll give you a much shorter URL and will also cut down on queries.
Adam