[Index] [TitleIndex] [WordIndex

Example of a TV.xml file

<tv>
  <'''programme channel="bbc2.bbc.co.uk"''' start="20010829000500 BST">
    <title>The Phil Silvers Show</title>
    <desc>
      Bilko claims he's had a close encounter with an alien in order
      to be given some compassionate leave so he can visit an old
      flame in New York.
    </desc>
  </programme>

  <'''programme channel="channel4.com"''' start="20010829095500 BST">
    <title>King of the Hill</title>
    <sub-title>Meet the Propaniacs</sub-title>
    <desc>
       Bobby tours with a comedy troupe who specialize in
       propane-related mirth.
    </desc>
    <credits>
      <actor>Mike Judge</actor>
      <actor>Lane Smith</actor>
    </credits>
    <category>animation</category>
  </programme>
</tv>

2014-02-15 05:10