Guest User

Untitled

a guest
Jul 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. XElement("geo:lat", item.Latitude);
  2. XElement("geo:long", item.Longitude);
  3.  
  4. <?xml version="1.0"?>
  5. <?xml-stylesheet href="/eqcenter/catalogs/rssxsl.php?feed=eqs7day-M5.xml" type="text/xsl"
  6. media="screen"?>
  7. <rss version="2.0"
  8. xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
  9. xmlns:dc="http://purl.org/dc/elements/1.1/">
  10. <channel>
  11. <title>USGS M5+ Earthquakes</title>
  12. <description>Real-time, worldwide earthquake list for the past 7 days</description>
  13. <link>https://earthquake.usgs.gov/eqcenter/</link>
  14. <dc:publisher>U.S. Geological Survey</dc:publisher>
  15. <pubDate>Thu, 27 Dec 2007 23:56:15 PST</pubDate>
  16. <item>
  17. <pubDate>Fri, 28 Dec 2007 05:24:17 GMT</pubDate>
  18. <title>M 5.3, northern Sumatra, Indonesia</title>
  19. <description>December 28, 2007 05:24:17 GMT</description>
  20. <link>https://example.com</link>
  21. <geo:lat>5.5319</geo:lat>
  22. <geo:long>95.8972</geo:long>
  23. </item>
Add Comment
Please, Sign In to add comment