Here is the code for BBC World(note that I have it set for E. Europe Standard Time, but it should be easy to change by changing the value of TimeZone):
And here is the code for Travel Channel:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<Grabber>
<Info language="lt" availableDays="7" timezone="E. Europe Standard Time" />
<Channels>
<Channel id="bbcworld.com" siteId="" />
</Channels>
<Listing type="Html">
<Site url="http://www.bbcworld.com/Pages/SchedulesByFormats.aspx?TimeZone=324&StartDate=[DD]/[MM]/[YYYY]&EndDate=[DD]/[MM]/[YYYY]&Format=Print" post="" external="false" encoding="" />
<Html>
<Template name="default">
<SectionTemplate tags="TF">
<TemplateText>
<tr><td><#START></td>
<td><#TITLE></td>
<td><#SUBTITLE></td>
<td><#DESCRIPTION></td></tr>
</TemplateText>
</SectionTemplate>
</Template>
</Html>
</Listing>
</Grabber>
And here is the code for Travel Channel:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<Grabber>
<Info language="lt" availableDays="7" timezone="E. Europe Standard Time" />
<Channels>
<Channel id="bbcworld.com" siteId="" />
</Channels>
<Listing type="Html">
<Site url="http://www.bbcworld.com/Pages/SchedulesByFormats.aspx?TimeZone=324&StartDate=[DD]/[MM]/[YYYY]&EndDate=[DD]/[MM]/[YYYY]&Format=Print" post="" external="false" encoding="" />
<Html>
<Template name="default">
<SectionTemplate tags="TF">
<TemplateText>
<tr><td><#START></td>
<td><#TITLE></td>
<td><#SUBTITLE></td>
<td><#DESCRIPTION></td></tr>
</TemplateText>
</SectionTemplate>
</Template>
</Html>
</Listing>
</Grabber>