Player APIs (BrightScript & Ja...
...
Networking Objects
roRssParser
2 min
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