Jump to content

Get RSS Feeds through LabVIEW


Recommended Posts

Hi all,

I am developing an application which would behave like a normal RSS feed reader. The VI would connect to the server specified and show the RSS feeds in a right to left scrolling pattern.

Could anyone please help me?

Edited by Parag D
Link to comment

Hi all,

I am developing an application which would behave like a normal RSS feed reader. The VI would connect to the server specified and show the RSS feeds in a right to left scrolling pattern.

Could anyone please help me?

In order to manipulate the data received in an RSS feed, you need to be able to parse XML. Rather than coding this yourself, you might want to look at the JKI EasyXML Toolkit. It includes an example for reading RSS feeds.

http://jkisoft.com/easyxml/

rss_reader_thumb.png

Edited by Phillip Brooks
  • Like 2
Link to comment

Thanks for the links!

Btw I did it by using simple datasocket functions yesterday.

The only thing I need to get done now is creation of a left to right scrolling text at the bottom of my screen, where I would be feeding NEWS updates.

The scrolling part could be done with normal string functions, but then the scrolling effect isnt smooth.

Is there any other way to do this?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.