Parsing RSS data is an excellent source for news, weather, sport results, etc.
iViewer can parse RSS data much like it can parse any web page. You simply send a Command to request the data then use Feedback Parsing to capture the data you are interested in.
The first step in parsing RSS data is to request the actual feed data by sending a HTTP Request Command to the server hosting the RSS Feed. There are a couple of ways you could do this:
The EOM (End Of Message) string that you define in a System defines where incoming data will be split before it is given to the feedback processing engine.
So, you should use an EOM that splits the incoming RSS Feed data into the sections of data you need.