File: generic_feed_4.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 (31 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download | duplicates (4)
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
28
29
30
31
<?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>
        <category term="Category 1"/>
        <id>1234</id>
        <title>Title 1 UPDATED</title>
        <published>2018-09-23T08:30:00</published>
        <updated>2018-09-23T08:35:00</updated>
        <georss:point>-37.2345 149.1234</georss:point>
    </entry>
    <entry>
        <category term="Category 2"/>
        <id>2345</id>
        <title>Title 2</title>
        <published>2018-09-23T08:40:00</published>
        <updated>2018-09-23T08:45:00</updated>
        <georss:point>-37.4567 149.3456</georss:point>
    </entry>
    <entry>
        <category term="Category 6"/>
        <id>6789</id>
        <title>Title 6</title>
        <published>2018-09-23T09:20:00</published>
        <updated>2018-09-23T09:25:00</updated>
        <georss:point>-37.6789 149.5678</georss:point>
    </entry>
</feed>