On 4/2/05 1:54 PM, "Robert Sayre" <[EMAIL PROTECTED]> wrote:
>> I believe there is a proposal for a <link rel="comment"> which would do
>> the job.
>
> It wouldn't handle that example. The comments are nested. XML elements
> nest pretty well. It would handle the first case... but only by
> reference. You couldn't "subscribe to posts with comments".
I know of at least one blog where the comments are neither hierarchical nor
flat ... each comment can be in reply to multiple previous comments. How
would you model this in XML?
I would use
<link rel="in-reply-to" .../>
<link rel="in-reply-to" .../>
<link rel="in-reply-to" .../>
and
<link rel="has-reply" .../>
(guessing at the @rel values)
e.