<feed xmlns="http://www.w3.org/2005/Atom">
<title>Feed Etag</title>
<subtitle>Feed subtitle Etag</subtitle>
<link rel="alternate" type="text/html" href="http://example.com/Etag"/>
<link rel="self" type="application/atom+xml" href="http://diveintomark.org/tests/client/http/etag.xml"/>
<id>http://diveintomark.org/tests/client/http/etag.xml</id>
<updated>2006-01-18T00:00:00Z</updated>
<entry>
<author>
<name>Example feed author</name>
<uri>http://url.example.com/</uri>
<email>f8dy@example.com</email>
</author>
<updated>2006-01-18T00:00:00Z</updated>
<published>2003-07-22T21:10:26Z</published>
<title>Example item Etag</title>
<link rel="alternate" type="text/html" href="http://example.com/entry/link/Etag"/>
<id>http://example.com/entry/id/Etag</id>
<content type="html">
&lt;p&gt;This is example Etag, testing If-None-Match/Etag support.  After initial request, client should send If-None-Match header on request with value of the Etag header that was returned on the previous reply.  Subsequent reply of HTTP code 304 indicates the feed has not changed since last polled.&lt;/p&gt;
</content>
</entry>
</feed>


