1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rfc4287/entry_published.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 published works 1.8 +Expect: var entry = feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry); entry.published == 'Tue, 09 Dec 2003 18:30:02 GMT' 1.9 + 1.10 +--> 1.11 + 1.12 +<feed xmlns="http://www.w3.org/2005/Atom"> 1.13 + 1.14 + <title>Example Feed</title> 1.15 + <link href="http://example.org/"/> 1.16 + <updated>2003-12-13T18:30:02Z</updated> 1.17 + <author> 1.18 + <name>John Doe</name> 1.19 + </author> 1.20 + <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> 1.21 + 1.22 + <entry> 1.23 + <title>Atom-Powered Robots Run Amok</title> 1.24 + <link href="http://example.org/2003/12/13/atom03"/> 1.25 + <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> 1.26 + <updated>2003-12-13T18:30:02Z</updated> 1.27 + <published>2003-12-09T18:30:02Z</published> 1.28 + <summary>Some text.</summary> 1.29 + </entry> 1.30 + 1.31 +</feed>