summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rfc4287/entry_link_otherURI_alt.xml
blob: 3dc0c8dd63ba520e94c95f3ceab99990cab12c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="iso-8859-1"?>
<!--

Description: atom entry with random link relations
Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).link.spec == "http://www.snellspace.com/public/linktests/alternate";

-->
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>tag:snellspace.com,2006:/atom/conformance/linktest/</id>
  <title>Atom Link Tests</title>
  <updated>2005-01-18T15:10:00Z</updated>
  <author><name>James Snell</name></author>
  <link href="http://www.intertwingly.net/wiki/pie/LinkConformanceTests" />
  <link rel="self" href="http://www.snellspace.com/public/linktests.xml" />
  
  <entry>
    <id>tag:snellspace.com,2006:/atom/conformance/linktest/6</id>
    <title>Entry with a link relation identified by URI</title>
    <updated>2005-01-18T15:00:06Z</updated>
    <summary>The aggregator should ignore the second link without throwing any errors.  The first link should be picked as the alternate.</summary>
    <link href="http://www.snellspace.com/public/linktests/alternate" />
    <link rel="http://example.org" href="http://www.snellspace.com/public/linktests/example" />
  </entry>
  
</feed>