xml.aggregator.readService
| Syntax |
xml.aggregator.readService (url, adrServices)
|
| Params |
url is the URL of the syndication file to read. adrServices is the address of the services table, usually a sub-table named "services" in the aggregator data table.
|
| Action |
Reads one service's syndication file and stores new stories in the stories table.
|
| Returns |
True.
|
| Examples |
xml.aggregator.readService ("http://scriptingnews.userland.com/xml/rss.xml", @aggregatorData.services) » true
|
| Notes |
This verb was new in Frontier 7.1. Reading a service has the side effect of subscribing to that service, if adrServices points to the services table in your aggregator data table.
|
| See Also |
xml.aggregator.readAllServices
|