planet/venus/tests/data/reconstitute/geo_latlong.xml
Ryan McCue 74bb32f363 Initial export of the repository
Signed-off-by: Ryan McCue <me@ryanmccue.info>
2025-06-05 12:00:48 +02:00

13 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>