Page 1 of 1

HTML To XMLTV

Posted: Wed Feb 18, 2009 12:52 am
by remlap
Hi I was wondering how I could convert:

http://www.orbit.net/Set/WeeklySchedule.aspx?CH=MT&s=1 - it will ask you to print click no.

To xmltv.

Thanks

Re: HTML To XMLTV

Posted: Wed Feb 18, 2009 8:49 am
by alanbirtles
you would have to write a parser in lua. The page appears to be valid xml so it should be possible to use the lua sax parsers to do this (or use lib\xml_to_table.lua see http://www.birtles.org.uk/xmltv/wiki/in ... l_to_table)

Re: HTML To XMLTV

Posted: Tue Feb 24, 2009 2:28 pm
by remlap
Out of my league I think.

Cheers