14 lines
330 B
XML
14 lines
330 B
XML
<!--
|
|
Description: geo latitude and longitude inside an entry
|
|
Expect: geo_lat == '40.711735' and geo_long == '-74.012421'
|
|
-->
|
|
|
|
<feed xmlns="http://www.w3.org/2005/Atom"
|
|
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
|
|
<entry>
|
|
<geo:lat>40.711735</geo:lat>
|
|
<geo:long>-74.012421</geo:long>
|
|
</entry>
|
|
</feed>
|
|
|