-
Notifications
You must be signed in to change notification settings - Fork 0
SUP's link tag is invalid RSS 1.0 and RSS 2.0 #3
Copy link
Copy link
Open
Description
What steps will reproduce the problem?
1. Create an RSS feed that has a LINK tag identifying a SUP provider, like
http://workbench.cadenhead.org/files/rss-sup-example.xml.
2. Try to validate this feed in the Feed Validator: http://feedvalidator.org/
What is the expected output? What do you see instead?
It fails with a "channel contains more than one link" error, since neither
RSS format permits multiple link elements.
A solution that would work for both Atom and RSS is to identify a SUP
provider with a namespace element, like this:
<rss xmlns:sup="http://friendfeed.com/api/sup/">
<channel>
<sup:provider href="http://friendfeed.com/api/sup.json#53924729"
type="application/json" />
I'm the chairman of the RSS Advisory Board. To discuss this issue, you can
contact us at rssboard.org or on the mailing list RSS-Public at
http://groups.yahoo.com/group/rss-public
Original issue reported on code.google.com by cadenh...@gmail.com on 6 Dec 2008 at 4:54
Reactions are currently unavailable