1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE tv SYSTEM "xmltv.dtd">
3
4<tv>
5  <channel id="3sat.de">
6    <display-name lang="de">3SAT</display-name>
7  </channel>
8  <channel id="das-erste.de">
9    <display-name lang="de">ARD</display-name>
10    <display-name lang="de">Das Erste</display-name>
11  </channel>
12  <programme start="200204201725" stop="200204201800" channel="foo">
13    <title>Second in clump</title>
14    <category>g</category>
15  </programme>
16  <programme start="20021004090000 BST" stop="20021004100000 BST" channel="south-east.bbc1.bbc.co.uk">
17    <title lang="en">BBC News; Weather</title>
18  </programme>
19  <programme start="20030216130000" stop="20030216140000" channel="0">
20    <title>On both 'before' and 'after' 13:30.</title>
21  </programme>
22  <programme start="20030216130000" stop="20030216131000" channel="0">
23    <title>Straightforward 'before' but not 'after' 13:30.</title>
24  </programme>
25  <programme start="20030216133000" stop="20030216140000" channel="0">
26    <title>On both 'before' and 'after' 13:30.</title>
27  </programme>
28  <programme start="20030216134000" stop="20030216140000" channel="0">
29    <title>Straightforward 'after' but not 'before' 13:30.</title>
30  </programme>
31  <programme start="20000101000000" stop="20000101000000" channel="a">
32    <title>Zero length, should not overlap with one starting at same time</title>
33  </programme>
34  <programme start="20000101000000" stop="20000101010000" channel="a">
35    <title>One hour long</title>
36  </programme>
37  <programme start="20000101003000" stop="20000101003000" channel="a">
38    <title>Zero length in the middle</title>
39  </programme>
40  <programme start="20010829000500 BST" channel="bbc2.bbc.co.uk">
41    <title>The Phil Silvers Show</title>
42    <desc>Bilko claims he's had a close encounter with an alien in order
43      to be given some compassionate leave so he can visit an old
44      flame in New York.</desc>
45  </programme>
46  <programme start="20010829095500 BST" channel="channel4.com">
47    <title>King of the Hill</title>
48    <sub-title>Meet the Propaniacs</sub-title>
49    <desc>Bobby tours with a comedy troupe who specialize in
50       propane-related mirth.</desc>
51    <credits>
52      <actor>Mike Judge</actor>
53      <actor>Lane Smith</actor>
54    </credits>
55    <category>animation</category>
56    <previously-shown />
57  </programme>
58  <programme start="20011218040500" channel="carlton.com">
59    <title lang="en">ITV Nightscreen</title>
60    <desc lang="en">Behind the scenes of ITV programmes, a guide to films being shown on the small screen, plus recipes and facts</desc>
61    <category>factual</category>
62  </programme>
63  <programme start="200006031633" channel="3sat.de">
64    <title lang="de">blah</title>
65    <title lang="en">blah</title>
66    <desc lang="de">Blah Blah Blah.</desc>
67    <credits>
68      <director>blah</director>
69      <actor>a</actor>
70      <actor>b</actor>
71    </credits>
72    <date>19901011</date>
73    <country>ES</country>
74    <episode-num system="xmltv_ns">2 . 9 . 0/1</episode-num>
75    <video>
76      <aspect>16:9</aspect>
77    </video>
78    <last-chance />
79    <subtitles type="teletext">
80      <language lang="en">English</language>
81    </subtitles>
82    <rating system="MPAA">
83      <value>PG</value>
84    </rating>
85    <star-rating>
86      <value>3/3</value>
87      <icon src="stars.png" />
88    </star-rating>
89  </programme>
90  <programme start="20020420131000" channel="foo.com">
91    <title>A programme with empty stuff that should not be written out again</title>
92  </programme>
93  <programme start="20010829000500 BST" channel="bbc2.bbc.co.uk">
94    <title>The Phil Silvers Show</title>
95    <desc>Bilko claims he's had a close encounter with an alien in order
96      to be given some compassionate leave so he can visit an old
97      flame in New York.</desc>
98  </programme>
99  <programme start="20010829095500 BST" channel="channel4.com">
100    <title>King of the Hill</title>
101    <sub-title>Meet the Propaniacs</sub-title>
102    <desc>Bobby tours with a comedy troupe who specialize in
103       propane-related mirth.</desc>
104    <credits>
105      <actor>Mike Judge</actor>
106      <actor>Lane Smith</actor>
107    </credits>
108    <category>animation</category>
109    <previously-shown />
110  </programme>
111</tv>
112