Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [mddrew01] XML Feed Issues LinksSQL 2.2.0

Quote Reply
Re: [mddrew01] XML Feed Issues LinksSQL 2.2.0 In reply to
A couple of things ...

1. You might want to use RSS 2.0.

2. Fine to do html escaping for the "clean" <description> etc, but consider also offering

<content:encoded><![CDATA[
<p>Anything goes <em>here</em>.</p>
]]></content:encoded>

or
<body xmlns="http://www.w3.org/1999/xhtml">
<p>Anything goes <em>here</em>.</p>
</body>

Both methods would validate in http://feedvalidator.org

3. More info about RSS: http://slashdemocracy.org/links/Syndication/
Subject Author Views Date
Thread XML Feed Issues LinksSQL 2.2.0 mddrew01 4143 Jun 30, 2004, 8:05 AM
Thread Re: [mddrew01] XML Feed Issues LinksSQL 2.2.0
mddrew01 4032 Jul 1, 2004, 12:02 PM
Thread Re: [mddrew01] XML Feed Issues LinksSQL 2.2.0
gotze 4023 Jul 1, 2004, 2:29 PM
Thread Re: [gotze] XML Feed Issues LinksSQL 2.2.0
ccunet 3995 Jul 5, 2004, 8:19 AM
Thread Re: [ccunet] XML Feed Issues LinksSQL 2.2.0
courierb 3883 Oct 18, 2004, 7:11 PM
Post Re: [courierb] XML Feed Issues LinksSQL 2.2.0
ccunet 3759 Mar 4, 2005, 6:11 AM