diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-06 01:10:28 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-06 01:10:28 +0200 |
| commit | 3d8d2da5141336829cf1cfe0579cdcdcf8b63e03 (patch) | |
| tree | 543c35f54a351b4342aef65fcb4998c17f2cc0a4 /chimere/tests | |
| parent | 0bec9d3b303212d9a6c66117e759999cd7443146 (diff) | |
| download | Chimère-3d8d2da5141336829cf1cfe0579cdcdcf8b63e03.tar.bz2 Chimère-3d8d2da5141336829cf1cfe0579cdcdcf8b63e03.zip | |
Import: add GeoRSS import
Diffstat (limited to 'chimere/tests')
| -rw-r--r-- | chimere/tests/georss.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/chimere/tests/georss.xml b/chimere/tests/georss.xml new file mode 100644 index 0000000..8697f16 --- /dev/null +++ b/chimere/tests/georss.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom" + xmlns:georss="http://www.georss.org/georss"> + <title>Earthquakes</title> + <subtitle>International earthquake observation labs</subtitle> + <link href="http://example.org/"/> + <updated>2005-12-13T18:30:02Z</updated> + <author> + <name>Dr. Thaddeus Remor</name> + <email>tremor@quakelab.edu</email> + </author> + <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> + <entry> + <title>M 3.2, Mona Passage</title> + <link href="http://example.org/2005/09/09/atom01"/> + <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> + <updated>2005-08-17T07:02:32Z</updated> + <summary>We just had a big one.</summary> + <georss:point>45.256 -71.92</georss:point> + </entry> +</feed> |
