Possible bug

Discussion of Version 3 and developing lua grabbers
Post Reply
kantjer
Posts: 24
Joined: Tue Apr 25, 2006 7:34 am

Possible bug

Post by kantjer »

When importing an XML file using the XMLTV import Grabber I noticed that “&amp” in the original file is converted to “&”.
I now have a combined XML in which the in the imported part “&amp” is replaced by “&” while the part generated by XMLTV GUI still contains “&amp”. I noticed this because the java script I use to convert the combined XML into a tgd (Topfield EPG file) crashed on the “&” in the XML.

I'm using the 3.07.00 windows version

Could this be a bug ?
alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Post by alanbirtles »

sounds like it
alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Post by alanbirtles »

replace lib\xmltv_parse.lua with https://www.birtles.org.uk/svn/xmltv/co ... _parse.lua
username is anon@svn password is anon
kantjer
Posts: 24
Joined: Tue Apr 25, 2006 7:34 am

Post by kantjer »

Thanks for the fix, the java script is working again :D
Post Reply