RSSSource Object
See Also Example Properties Methods Events
This object models an RSS Source element.
Class Diagram

Remarks
The purpose of this object is to propogate credit for links, to publicise the sources of news items.
This object contains two required properties Name,
URL.
Version compatibility is as follows:
| Version | Compatibility |
| 0.90 | Not Supported |
| 0.91 | Not Supported |
| 0.92 | Supported |
| 0.93 | Supported |
| 0.94 | Unknown |
| 1.0 | Unknown |
| 2.0 | Supported |
Background
The relation between the properties (highlighted in bold italics) in this object and any resulting XML is as follows:
<source url="URL">Name</source>
For example:
<source url="http://scriptingnews.userland.com/backissues/2003/01/10#When:6:59:58AM">Scripting News</source>
|