mn8 Language Reference | Index | ||
TVChannelGuide |
||
|
||
$val = DiscoveryChannelWrapper:UK.getTodaysSchedule print $val.toXML ------ The result is ----- <TVChannelGuide url="http://www.discoveryeurope.com/uk/tvlistings/discoverychannel/index.html" date="05 06 2002" title="The Discovery Channel site - United Kingdom"> <description>This is the official site of the Discovery Channel in the United Kingdom.</description> <program time="00:00" title="SCIENCE OF BEAUTY"> <description>Discover whether beauty ...</description> </program> <program time="01:00" title="LONELY PLANET"> <description>This planet has ...</description> </program> <program time="02:00" title="THE OPERATION"> <description>Featuring an ...</description> </program> ... </YVChannelGuide>
Version: | 0.1 |
Authors: | Szabolcs Borsos () |
Location: | |
Inherits: | Concept |
@date TYPEOF String LABEL "date" | |
@title TYPEOF String LABEL "title" | |
@url TYPEOF String LABEL "url" |
description TYPEOF Element LABEL "description" | |
program* TYPEOF TVChannelGuide:program LABEL "program" |
static RSS | getRSS |
Label: | date |
Type: | String |
Is Static: | false |
Is Hidden: | false |
Show Empty: | false |
Label: | title |
Type: | String |
Is Static: | false |
Is Hidden: | false |
Show Empty: | false |
Label: | url |
Type: | String |
Is Static: | false |
Is Hidden: | false |
Show Empty: | false |
Label: | description |
Type: | Element |
Is Static: | false |
Is Hidden: | false |
Is Multi: | false |
Show Empty: | true |
Label: | program |
Type: | TVChannelGuide:program |
Is Static: | false |
Is Hidden: | false |
Is Multi: | true |
Show Empty: | true |
static getRSS |
Returns: RSS |
Returns this channel information as RSS.