1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:georss="http://www.georss.org/georss"
xmlns:gml='http://www.opengis.net/gml'
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title type="text">Feed Title 1</title>
<subtitle type="text">Feed Subtitle 1</subtitle>
<ttl>INVALID</ttl>
<managingEditor>Author 1</managingEditor>
<lastBuildDate>2018-12-09T09:00:00+00:00</lastBuildDate>
<rights>Feed Rights 1</rights>
<generator uri="/some.uri" version="1.0">
Feed Generator 1
</generator>
<image>
<title>Image Title 1</title>
<url>http://image.url/image.png</url>
<link>http://feed.link/feed.rss</link>
</image>
<item>
<title>Title 6</title>
<published>INVALID DATE</published>
<georss:point>-37.4567 149.3456</georss:point>
</item>
</channel>
</rss>
|