2008-11-22, 04:38 PM
I'm using mc2xml to download EPG data to an XMLTV file. Upon parsing it, GB-PVR reports the following:
2008-11-22 11:22:57.458 ERROR [1] XMLTV: error reading xml: The 'LF' start tag on line 188213 does not match the end tag of 'title'. Line 188213, position 64.
Curiously, the XMLTV file contains 5 occurrences of the <LF> tag, such as this :
<programme start="20081121043000 -0500" stop="20081121050000 -0500" channel="I65.28460900.microsoft.com">
<title lang="en">New Cricut Expression Crafting Machine<LF></title>
<desc lang="en">Introducing the Revolutionary new Cricut Expression, the hottest craft machine on the market. 6 new modes and several new functions. Cut through chipboard, etch glass, create your own quilt patterns, mass-produce the same cut quickly.</desc>
<category lang="en">Paid Programming</category>
<episode-num system="dd_progid">SH01102722.0000</episode-num>
</programme>
So after this entry, I get no EPG information in the TV Guide. Is there a way to tell (i.e. command line argument) PVRX2 to ignore rogue tags from the xml file while parsing?
Thanx
2008-11-22 11:22:57.458 ERROR [1] XMLTV: error reading xml: The 'LF' start tag on line 188213 does not match the end tag of 'title'. Line 188213, position 64.
Curiously, the XMLTV file contains 5 occurrences of the <LF> tag, such as this :
<programme start="20081121043000 -0500" stop="20081121050000 -0500" channel="I65.28460900.microsoft.com">
<title lang="en">New Cricut Expression Crafting Machine<LF></title>
<desc lang="en">Introducing the Revolutionary new Cricut Expression, the hottest craft machine on the market. 6 new modes and several new functions. Cut through chipboard, etch glass, create your own quilt patterns, mass-produce the same cut quickly.</desc>
<category lang="en">Paid Programming</category>
<episode-num system="dd_progid">SH01102722.0000</episode-num>
</programme>
So after this entry, I get no EPG information in the TV Guide. Is there a way to tell (i.e. command line argument) PVRX2 to ignore rogue tags from the xml file while parsing?
Thanx