File: generic_feed_6.xml

package info (click to toggle)
python-aio-georss-client 0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: python: 2,656; xml: 513; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:georss="http://www.georss.org/georss"
      xmlns:gdacs="http://www.gdacs.org"
      xmlns="http://www.w3.org/2005/Atom">
    <author>
        <name>Attribution 1</name>
    </author>
    <entry>
        <id>1234</id>
        <title>Title 1</title>
        <gdacs:bbox>164.5652 172.5652 -24.9041 -16.9041</gdacs:bbox>
    </entry>
</feed>