rss091 – RSS 0.91
This is a namespace module implementing RSS 0.91.
- class ll.xist.ns.rss091.DocType[source]
Bases:
ll.xist.xsc.DocTypeDocument type for RSS 0.91
- class ll.xist.ns.rss091.channel[source]
Bases:
ll.xist.xsc.ElementInformation about a particular channel. Everything pertaining to an individual channel is contained within this tag.
- class ll.xist.ns.rss091.copyright[source]
Bases:
ll.xist.xsc.ElementCopyright string.
- class ll.xist.ns.rss091.day[source]
Bases:
ll.xist.xsc.ElementThe day of the week, spelled out in English.
- class ll.xist.ns.rss091.description[source]
Bases:
ll.xist.xsc.ElementA plain text description of an
item,channel,image, ortextinput.
- class ll.xist.ns.rss091.docs[source]
Bases:
ll.xist.xsc.ElementThis tag should contain a URL that references a description of the channel.
- class ll.xist.ns.rss091.height[source]
Bases:
ll.xist.xsc.ElementSpecifies the height of an
image. Should be an integer value.
- class ll.xist.ns.rss091.hour[source]
Bases:
ll.xist.xsc.ElementSpecifies an hour of the day. Should be an integer value between 0 and 23. See
skipHours.
- class ll.xist.ns.rss091.image[source]
Bases:
ll.xist.xsc.ElementSpecifies an image associated with a
channel
- class ll.xist.ns.rss091.item[source]
Bases:
ll.xist.xsc.ElementAn item that is associated with a
channel. The item should represent a web-page, or subsection within a web page. It should have a unique URL associated with it. Each item must contain atitleand alink. Adescriptionis optional.
- class ll.xist.ns.rss091.language[source]
Bases:
ll.xist.xsc.ElementSpecifies the language of a channel.
- class ll.xist.ns.rss091.lastBuildDate[source]
Bases:
ll.xist.xsc.ElementThe last time the channel was modified.
- class ll.xist.ns.rss091.link[source]
Bases:
ll.xist.xsc.ElementThis is a url that a user is expected to click on, as opposed to a
urlthat is for loading a resource, such as an image.
- class ll.xist.ns.rss091.managingEditor[source]
Bases:
ll.xist.xsc.ElementThe email address of the managing editor of the site, the person to contact for editorial inquiries.
- class ll.xist.ns.rss091.name[source]
Bases:
ll.xist.xsc.ElementThe name of an object, corresponding to the
nameattribute of an HTMLinputelement. Currently, this only applies totextinput.
- class ll.xist.ns.rss091.pubDate[source]
Bases:
ll.xist.xsc.ElementDate when channel was published.
- class ll.xist.ns.rss091.rating[source]
Bases:
ll.xist.xsc.ElementPICS rating of the channel.
- class ll.xist.ns.rss091.rss[source]
Bases:
ll.xist.xsc.ElementRoot element.
- class ll.xist.ns.rss091.skipDays[source]
Bases:
ll.xist.xsc.ElementA list of
days of the week, in English, indicating the days of the week when your channel will not be updated. As withactiveHours, if you know your channel will never be updated on Saturday or Sunday, for example.
- class ll.xist.ns.rss091.skipHours[source]
Bases:
ll.xist.xsc.ElementA list of
hours indicating the hours in the day, GMT, when the channel is unlikely to be updated. If this sub-item is omitted, the channel is assumed to be updated hourly.
- class ll.xist.ns.rss091.textinput[source]
Bases:
ll.xist.xsc.ElementAn input field for the purpose of allowing users to submit queries back to the publisher’s site.
- class ll.xist.ns.rss091.title[source]
Bases:
ll.xist.xsc.ElementAn identifying string for a resource. When used in an
item, this is the name of the item’s link. When used in animage, this is the “alt” text for the image. When used in achannel, this is the channel’s title. When used in atextinput, this is the textinput’s title.
- class ll.xist.ns.rss091.url[source]
Bases:
ll.xist.xsc.ElementLocation to load a resource from. Note that this is slightly different from the
linktag, which specifies where a user should be re-directed to if a resource is selected.
- class ll.xist.ns.rss091.webMaster[source]
Bases:
ll.xist.xsc.ElementThe email address of the webmaster for the site, the person to contact if there are technical problems with the channel.
- class ll.xist.ns.rss091.width[source]
Bases:
ll.xist.xsc.ElementSpecifies the width of an
image. Should be an integer value.