1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rfc4287/feed_id_extra_att.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<?xml version="1.0" encoding="iso-8859-1"?> 1.5 +<!-- 1.6 + 1.7 +Description: atom feed id works with extra attribute 1.8 +Expect: feed.fields.getProperty('atom:id') == 'urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6' 1.9 + 1.10 +--> 1.11 + 1.12 +<feed xmlns="http://www.w3.org/2005/Atom" 1.13 + xmlns:foo="http://example.org"> 1.14 + 1.15 + <title>Example Feed</title> 1.16 + <link href="http://example.org/"/> 1.17 + <updated>2003-12-13T18:30:02Z</updated> 1.18 + <author> 1.19 + <name>John Doe</name> 1.20 + </author> 1.21 + <id foo:bar="baz">urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> 1.22 + 1.23 + <entry> 1.24 + <title>Atom-Powered Robots Run Amok</title> 1.25 + <link href="http://example.org/2003/12/13/atom03"/> 1.26 + <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> 1.27 + <updated>2003-12-13T18:30:02Z</updated> 1.28 + <summary>Some text.</summary> 1.29 + </entry> 1.30 + 1.31 +</feed>