Duplicate start times in xml data
Posted: Sat Feb 21, 2009 9:45 pm
Hi Alan
GBPVR is refusing to load my xml file due to a duplicate channel no+start time. After hunting around, I found this entry in the xml file for today.
Is this something that you might be able to take account of (e.g write warning to log and drop duplicate entry)?
cheers!
GBPVR is refusing to load my xml file due to a duplicate channel no+start time. After hunting around, I found this entry in the xml file for today.
Code: Select all
<programme start="20090221173500 +0000" stop="20090221174000 +0000" channel="UK_RT_92">
<title lang="en">Regional News and Weather</title>
<desc lang="en">Regional updates from newsrooms across the UK.</desc>
<category lang="en">News and Current Affairs</category>
<length units="minutes">5</length>
<video>
<aspect>16:9</aspect>
</video>
<subtitles type="teletext">
<language lang="en">English</language>
</subtitles>
</programme>
<programme start="20090221173500 +0000" stop="20090221183500 +0000" channel="UK_RT_92">
<title lang="en">Total Wipeout</title>
<desc lang="en">Richard Hammond and Amanda Byram present the game show where 20 contestants take on one of television's largest and most extreme obstacle courses. Crashes, smashes and hilarious mud splashes are on the cards as the competitors journey across the globe to the purpose-built course in Argentina and put their strength, balance and bravery to the test in the hope of winning 10,000 pounds and being crowned champion.</desc>
cheers!