File: generic_feed_5.xml

package info (click to toggle)
python-georss-client 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: python: 1,625; xml: 507; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:georss="http://www.georss.org/georss"
      xmlns="http://www.w3.org/2005/Atom">
    <author>
        <name>Attribution 1</name>
    </author>
    <entry>
        <id>1234</id>
        <title>Title 1</title>
        <georss:point>-37.2345 149.1234</georss:point>
    </entry>
</feed>