File: xml_parser_complex_2.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 (27 lines) | stat: -rw-r--r-- 1,024 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
<?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>