Quantcast
Channel: Active questions tagged atom-feed+feed+rss - Stack Overflow
Viewing all articles
Browse latest Browse all 47

F# (FSharp) TypeProvider as ATOM and RSS Feed Reader

$
0
0

What is the best way for using F# TypeProvider as ATOM and RSS Feed Reader for all versions of RSS 0.9, 0.91, 0.92, 1.0, 2.0 and ATOM 1.0?

I came to the conclusion

  1. I need a sample file or url per version and format for the TypeProvider (XmlProvider)
  2. download the feed, parse the header for format and version
  3. switch for format and version to the corresponding TypeProvider instance and let them parse the feed

My question

Is there a better or simpler way of doing that (especially unifying the feed formats for easy access)?

Note

The .Net Framework class SyndicationFeed does not work very well on real world data, because of parsing-exceptions.


Viewing all articles
Browse latest Browse all 47

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>