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

Description: atom contributor uri works
Expect: feed.contributors.queryElementAt(1, Components.interfaces.nsIFeedPerson).uri.spec=='http://example.com/';

-->
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>test title</title>
  <contributor>
    <email>hmm@example.com</email>
    <name>foo</name>
    <uri>http://example.org</uri>
  </contributor>
  <contributor>
    <email>bar@example.com</email>
    <name>foo</name>
    <uri>http://example.com</uri>
  </contributor>
</feed>