There's no standard.  I have toyed with this in the past and had come up
with a x:deleted-entry stand in for a deleted entry.

e.g.,

  <feed>
    <x:deleted-entry>
      <atom:id>{id of deleted entry}</atom:id>
    </x:deleted-entry>
    <entry>...</entry>
    <entry>...</entry>
    <entry>...</entry>
  </feed>

The challenge is knowing how long to keep the x:deleted-entry things
around in the feed.

- James

Chris wrote:
> 
> Is there a standard way to indicate that an entry has been updated or
> deleted?
> 
> Note that I'm not asking how to update or delete an entry; that's what
> APP does. I'm just looking for a flag in the read-only feed that
> indicates that the author made a change to an entry that was previously
> published.
> 
> (Apologies if this message shows up twice. Couldn't quite get the
> email/gmane connection to work correctly).
> 
> 

Reply via email to