[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RSS Referencing
Aleksander Slominski wrote:
<atom:link href="nytimes" title="Foo">
<atom:link href="bbc" title="Bar">
<atom:link rel="via" href="other-blogger" title="other" />
<atom:link href="http://myspace/SomeTopic"/>
<s:link rel="s:topic" xmlns:s="my-space" href="SomeTopic"/>
it seems default for rel is "alternate" so that should be chnaged to
<atom:link rel="related" href="nytimes" title="Foo">
<atom:link rel="related" href="bbc" title="Bar">
<atom:link rel="via" href="other-blogger" title="other" />
<atom:link href="http://myspace/SomeTopic"/>
<s:link rel="s:topic" xmlns:s="my-space" href="SomeTopic"/>
best,
alek
--
The best way to predict the future is to invent it - Alan Kay