Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

11.15 RSS and Atom News Feed Object

11.15.1 General

There are two basic XML news feed formats: RSS and Atom. Legato provides basic access to read the feed file, retrieve title, link and date information.

Basic operation is to open a ‘feed’ file either locally or as a URI and then query the items in the file. Note that the notion of a ‘feed’ is misleading, the news information is loaded from a static file. In order to refresh the data, the feed file must be refreshed at the source and a new RSS object created.

11.15.2 Functions