RSS feed to chart
I would like to know if there is any way or any tool out there which can display interactive charts (ie.flash) by using RSS feeds as data? I开发者_Go百科 know I can use Excel data to make charts but what about rss feed?
Thank you!
Yes, it would be possible to make charts from an RSS feed, but it really depends on the data you're trying to graph. You could use XSLT to transform the RSS XML into an HTML chart. You could also deserialize the RSS XML into an object list and use a charting library such as Google charting. These are just some options. What kind of data are you trying to graph? There may be a public API for obtaining this data rather than using an RSS feed.
精彩评论