/
roRssParser
roRssParser
The roRssParser object is used to parse an RSS feed before displaying it. Each item in an RSS feed is represented by an roRssArticle object.
ifRssParser
ParseFile(filename As String) As Boolean
Parses an RSS feed from a file.
ParseString(filename As String) As Boolean
Parses an RSS feed from a string.
GetNextArticle() As Object
Gets the next article parsed by the RSS parser. The articles are sorted by publication date, with the most recent article first. This returns an roRssArticle object if there is one. Otherwise, an integer is returned.
, multiple selections available,
Related content
6.1-roRssParser
6.1-roRssParser
More like this
6.1-roRssArticle
6.1-roRssArticle
More like this
roRssArticle
roRssArticle
More like this
6.1-roXMLList
6.1-roXMLList
More like this
roXMLList
roXMLList
More like this
Live Text Feed APIs
Live Text Feed APIs
More like this