Update MANIFEST file with new tests
[catagits/XML-Feed.git] / t / samples / base_atom.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:base="http://example.org/">
3   <title>Sample Feed</title>
4   <tagline>For documentation only</tagline>
5   <link rel="alternate" type="text/html" href="index.html"/>
6   <generator url="/generator/" version="3.0">Sample Toolkit</generator>
7   <entry xml:base="http://example.org/archives/">
8     <title>First entry title</title>
9     <link rel="alternate" type="text/html" href="000001.html"/>
10     <link rel="service.edit" type="application/atom+xml" href="37" xml:base="http://example.com/api/client/"/>
11     <id>tag:example.org,2004-04-20:/archives/000001.html</id>
12     <created>2004-04-19T07:45:00Z</created>
13     <issued>2004-04-20T00:23:47Z</issued>
14     <modified>2004-04-20T11:56:34Z</modified>
15     <author>
16       <name>Mark Pilgrim</name>
17       <url>../about/</url>
18       <email>mark@example.org</email>
19     </author>
20     <content type="text/html" mode="escaped" xml:base="http://example.org/archives/000001.html">
21       &lt;p id="anchor1">&lt;a href="#anchor2">skip to anchor 2&lt;/a>&lt;/p>
22       &lt;p>Some content&lt;/p>
23       &lt;p id="anchor2">This is anchor 2&lt;/p>
24     </content>
25   </entry>
26 </feed>