Just brainstorming... (hey, I already threw out one harebrained idea this week, what's one more?)

Perhaps something as simple as a single empty element (like fh:archive) that describes the general behavior of the feed.

e.g. <sliding />  or  <snapshot />

<feed>
 <fh:sliding />    <!-- indicates that the feed is a sliding window -->
</feed>

<feed>
<fh:snapshot /> <!-- indicates that the feed represents a snapshot of a collection -->
</feed>

- James

Ian Davis wrote:


On 24/08/2005 23:07, Mark Nottingham wrote:


Just bouncing an idea around; it seems that there's a fair amount of confusion / fuzziness caused by the term 'stateful'. Would people prefer the term 'incremental'?

I.e., instead of a "stateful feed", it would be an "incremental feed"; fh:stateful would become fh:incremental.

Worth it?


What about "partial"?

Ian



Reply via email to