summaryrefslogtreecommitdiff
path: root/core/src/test/resources/feed-atom-testEmptyRelLinks.xml
blob: 04c28ef67dac6ade2c9a7aa502c6bab3ec103bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <id>http://example.com/feed</id>
   <title>title</title>
   <link href="http://example.com" />
   <subtitle>This is the description</subtitle>
   <logo>http://example.com/picture</logo>
   <entry>
      <id>http://example.com/item-0</id>
      <title>item-0</title>
      <link href="http://example.com/items/0" />
      <published>1970-01-01T00:00:00Z</published>
   </entry>
</feed>