[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [syndication] Using <LINK> tags in feeds or pages?
Hi
On Fri 05-Oct-2001 at 05:37:24PM -0000, Bill Kearney wrote:
>
> In doing a little digging I came across the <link> tag. Perhaps this
> might be an interesting way to get information about a feed into a
> web page?
Yes, I've been using this for links to RDF metadata [1]:
<link rel="meta" href="dc.rdf" type="application/xml"
title="DC RDF Metadata" />
Something like this would do the job for RSS I guess:
<link rel="rss" href="rss090headline.rdf" type="application/xml"
title="RSS 0.9 Headlines" />
<link rel="rss" href="rss091headline.rdf" type="application/xml"
title="RSS 0.91 Headlines" />
<link rel="rss" href="rss100headline.rdf" type="application/xml"
title="RSS 1.0 Headlines" />
Chris
[1] http://mkdoc.com/
--
Chris Croome
http://mkdoc.com/
http://www.webarchitects.co.uk/