point.georss 776 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom"
  3. xmlns:georss="http://www.georss.org/georss">
  4. <title>Earthquakes</title>
  5. <subtitle>International earthquake observation labs</subtitle>
  6. <link href="http://example.org/"/>
  7. <updated>2005-12-13T18:30:02Z</updated>
  8. <author>
  9. <name>Dr. Thaddeus Remor</name>
  10. <email>tremor@quakelab.edu</email>
  11. </author>
  12. <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
  13. <entry>
  14. <title>M 3.2, Mona Passage</title>
  15. <link href="http://example.org/2005/09/09/atom01"/>
  16. <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
  17. <updated>2005-08-17T07:02:32Z</updated>
  18. <summary>We just had a big one.</summary>
  19. <georss:point>45.256 -71.92</georss:point>
  20. </entry>
  21. </feed>