1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE tv SYSTEM "xmltv.dtd">
3
4<tv>
5  <programme start="200204201725" stop="200204201800" channel="foo" clumpidx="0/2">
6    <title>First in clump</title>
7    <category>b</category>
8  </programme>
9  <programme start="200204201725" stop="200204201800" channel="foo" clumpidx="1/2">
10    <title>Second in clump</title>
11    <category>g</category>
12  </programme>
13  <programme start="20011228113100" channel="1">
14    <title>A</title>
15  </programme>
16  <programme start="20011228113101" channel="1">
17    <title>B</title>
18  </programme>
19  <programme start="20011228113100" channel="1">
20    <title>A</title>
21  </programme>
22  <programme start="20011228113102" channel="1">
23    <title>D</title>
24  </programme>
25  <programme start="20011228113101" stop="20011228113102" channel="1">
26    <title>B</title>
27  </programme>
28  <programme start="20020517020200 BST" channel="c">
29    <title>t</title>
30  </programme>
31  <programme start="20020517020200 BST" channel="c">
32    <title>t</title>
33  </programme>
34</tv>
35