* Elliotte Harold <[EMAIL PROTECTED]> [2007-02-23 15:15]:
> I'd like to add multiple links to my feed for both the current version 
> of the story and the permalink. E.g.
> 
>  <entry>
>     <title>Matt Mullenweg has released Wordpress 2.1.1 and 2.0.9.
>           </title>
>     <content type="xhtml">
>       <div xmlns="http://www.w3.org/1999/xhtml"; 
> id="February_22_2007_30633" class="2007-02-22T09:31:33Z">
> <p>
> Matt Mullenweg has released <a 
> href="http://wordpress.org/development/2007/02/new-releases/";>Wordpress 
> 2.1.1</a> and 2.0.9.
> </p>
> 
> </div>
>     </content>
>     <link href="http://www.cafeconleche.org/#February_22_2007_30633"/>
>     <link rel="permalink" 
> href="http://www.cafeconleche.org/oldnews/news2007February22.html#February_22_2007_30633"/>
>     <id>http://www.cafeconleche.org/#February_22_2007_30633</id>
>     <updated>2007-02-22T09:31:33Z</updated>
>   </entry>
> 
> In particular is "rel='permalink'" a reasonable way to do this?

It should be `rel="alternate"`.

> Might it make sense to register current and permalink values
> for the rel attribute in the IANA Registry of Link Relations?

What’s the purpose of the `current` link? Is there ever a case
where it would be bad to send the reader to the permanent
location of the item?

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to