Eric Scheid wrote:
>[snip]
> [...]
> 
> hang on ... atom:[EMAIL PROTECTED]'replies'] is for noting that the linked 
> resource
> contains replies *to* this resource. How do I then express a connection
> between this atom:entry and some random html page (which doesn't have unique
> and persistent ID)? Do I simply use the fall back of
> atom:[EMAIL PROTECTED]'related']?
> 

Depends on the nature of the link to the "random html page".

If this entry is related to the html page, use link/@rel="related"

If this entry is a response to the html page, use thr:in-reply-to, where
@ref equals the URI of the page (assuming that URI can also be used as
an atom:id)... (note, this is new to draft -11 with will publish soon)

If the html page contains responses to this entry, use link/@rel="replies"

- James

Reply via email to