File: xml_parser_complex_3.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 (26 lines) | stat: -rw-r--r-- 692 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
<?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/>
        <description/>
        <language/>
        <pubDate/>
        <lastBuildDate/>
        <ttl/>
        <rights type="text">Feed Rights 1</rights>
        <item>
            <title/>
            <published/>
            <georss:point/>
        </item>
        <item>
            <title/>
            <geo:Point>
                <random/>
            </geo:Point>
        </item>
    </channel>
</rss>