Hi all,
I'm struggling with sublinks at the moment.
Checked the wiki on that, but the info is not enough for me to fully understand it.
What I can't figure is how to get the sublink from the following:
I don't have any specific keywords that appear in the url that I could put in the search-attribute, and there is more than one <a href> in the section of the program, I don't know how to proceed.
Also: Now I have "Sophie Grigson In The Home Counties" as Title, but it would be nice if "Londen - met een rivier erdoorheen" could be added to that.
Current setting:
[Collapse]
<?xml version="1.0" encoding="utf-8"?>
<Grabber>
<Info availableDays="7" timezone="W. Europe Standard Time" version="2.0" />
<Channels>
<Channel id="travelchannel.co.uk" siteId="1"/>
</Channels>
<Listing type="Html">
<Site url="http://www.travelchanneltv.nl/tvguide.asp?day=[DD]/[MM]/[YYYY]" post="" external="false" encoding="" />
<Html>
<Template name="default" start="<p align="center">">
<SectionTemplate tags="HDA">
<TemplateText>
<div id="panel4" class="CollapsiblePanel">
<div class="CollapsiblePanelTab" tabindex="0" >
<div class="scheduletime">
<h3><strong style="color:#F97634"><#START></strong></h3>
</div>
<div class="scheduleitem">
<h3>
<a><#TITLE></a> </h3>
</div>
</div>
<div class="CollapsiblePanelContent">
<strong><#DESCRIPTION><em><a>Hier klikken...</a></em></strong></div>
</div>
<script type="text/javascript">
var panel4 = new Spry.Widget.CollapsiblePanel("panel4", {contentIsOpen:false});
</script>
</TemplateText>
</SectionTemplate>
</Template>
</Html>
</Listing>
<Actions>
</Actions>
</Grabber>
[/Collapse]
I'm struggling with sublinks at the moment.
Checked the wiki on that, but the info is not enough for me to fully understand it.
What I can't figure is how to get the sublink from the following:
Code:
<h3>
<a href="series-info.asp?series=Sophie Grigson In The Home Counties&ID=1461"> Sophie Grigson In The Home Counties </a>Londen - met een rivier erdoorheen
</h3>
I don't have any specific keywords that appear in the url that I could put in the search-attribute, and there is more than one <a href> in the section of the program, I don't know how to proceed.
Also: Now I have "Sophie Grigson In The Home Counties" as Title, but it would be nice if "Londen - met een rivier erdoorheen" could be added to that.
Current setting:
[Collapse]
<?xml version="1.0" encoding="utf-8"?>
<Grabber>
<Info availableDays="7" timezone="W. Europe Standard Time" version="2.0" />
<Channels>
<Channel id="travelchannel.co.uk" siteId="1"/>
</Channels>
<Listing type="Html">
<Site url="http://www.travelchanneltv.nl/tvguide.asp?day=[DD]/[MM]/[YYYY]" post="" external="false" encoding="" />
<Html>
<Template name="default" start="<p align="center">">
<SectionTemplate tags="HDA">
<TemplateText>
<div id="panel4" class="CollapsiblePanel">
<div class="CollapsiblePanelTab" tabindex="0" >
<div class="scheduletime">
<h3><strong style="color:#F97634"><#START></strong></h3>
</div>
<div class="scheduleitem">
<h3>
<a><#TITLE></a> </h3>
</div>
</div>
<div class="CollapsiblePanelContent">
<strong><#DESCRIPTION><em><a>Hier klikken...</a></em></strong></div>
</div>
<script type="text/javascript">
var panel4 = new Spry.Widget.CollapsiblePanel("panel4", {contentIsOpen:false});
</script>
</TemplateText>
</SectionTemplate>
</Template>
</Html>
</Listing>
<Actions>
</Actions>
</Grabber>
[/Collapse]