Extension: GeoRSS
: Geocoded RSS Basics (geo namespace)
Extension Name: geo
Purpose: The GeoRSS namespace allows
for geographic annotations to be added to
RSS feeds.
Declaration: The name space for GeoRSS
is defined at
http://www.w3.org/2003/01/geo/wgs84_pos#
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
Elements: The elements contained
in the GeoRSS names space are at the <item>
level.
<geo:lat>
The point plotted at latitude.
<geo:long>
The point plotted at longitude.
(see the namespace declaration link above
for additionally supported variations)
Example:
<!-- Snipped for Brevity -->
<item>
<title>FeedForAll GeoCoding
</title>
<link>http://www.feedforall.com/#geocoded_rss.htm
</link>
<description>GeoRSS is a namespace
</description>
<geo:lat> 22.56
</geo:lat>
<geo:long> 94:79
</geo:long>
</item>
<!--Snipped for Brevity-->