On Sat, 8 Jan 2005 20:49:55 +0000, Graham <[EMAIL PROTECTED]> wrote: > Well, for that example, it's not so necessary. But I've heard of one > suggested usage being: > > <content src="body.html" type="text/html" /> > > Which would require reloading to maintain feature parity with > non-external content.
How about putting HTTP etags directly in the feed? <content src="body.html" type="text/html" etag="whatever:weird:system:you:have" /> Might work for enclosures as well... /Janne