1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/components/feeds/test/bug589543-data.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<feed xmlns="http://www.w3.org/2005/Atom"> 1.6 + 1.7 + <title>Example Feed</title> 1.8 + <link href="http://example.org/"/> 1.9 + <updated>2010-08-22T18:30:02Z</updated> 1.10 + 1.11 + <author> 1.12 + <name>John Doe</name> 1.13 + </author> 1.14 + <id>urn:uuid:e2df8375-99be-4848-b05e-b9d407555267</id> 1.15 + 1.16 + <entry> 1.17 + 1.18 + <title>Item</title> 1.19 + <link href="http://example.org/first"/> 1.20 + <id>urn:uuid:9e0f4bed-33d3-4a9d-97ab-ecaa31b3f14a</id> 1.21 + <updated>2010-08-22T18:30:02Z</updated> 1.22 + 1.23 + <summary>Some text.</summary> 1.24 + </entry> 1.25 + 1.26 +</feed>