<feed xmlns="http://www.w3.org/2005/Atom">
<title>Feed LastUpdated</title>
<subtitle>Feed subtitle LastModified</subtitle>
<link rel="alternate" type="text/html" href="http://example.com/LastModified"/>
<link rel="self" type="application/atom+xml" href="http://diveintomark.org/tests/client/http/lastmodified.xml"/>
<id>http://diveintomark.org/tests/client/http/lastmodified.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 LastModified</title>
<link rel="alternate" type="text/html" href="http://example.com/entry/link/LastModified"/>
<id>http://example.com/entry/id/LastModified</id>
<content type="html">
&lt;p&gt;This is example LastModified, testing If-Modified-Since/Last-Modified support.  After initial request, client should send If-Modified-Since header on request with value of the Last-Modified 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>


