2011-09-21, 07:44 PM
Thought I'd throw this question in here seeing as it relates to some XML parsing I was writing, rather than anything I need support with...
Suppose I have an xmltv file with duplicate channels from different sources (eg freeview and freesat):
If I were to throw this file at the bulk mapping screen, which entry would it map for a tuned channel with that display name? I'm assuming it would just pick the first one it finds in the xml that matches (rather than throw a wobbly and die)?
(Only asking because I haven't got access to my PC with tuners just now)
Iain
Suppose I have an xmltv file with duplicate channels from different sources (eg freeview and freesat):
Code:
<channel id="233a.107c.107c">
<display-name>BBC One Scot</display-name>
</channel>
<channel id="2.7ff.1915">
<display-name>BBC One Scot</display-name>
</channel>
If I were to throw this file at the bulk mapping screen, which entry would it map for a tuned channel with that display name? I'm assuming it would just pick the first one it finds in the xml that matches (rather than throw a wobbly and die)?
(Only asking because I haven't got access to my PC with tuners just now)
Iain