Quantcast
Channel: Can I use Ruby in-built RSS module to read atom feed? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by nunopolonia for Can I use Ruby in-built RSS module to read atom feed?

As an alternative, consider trying the nokogiri gem.

View Article


Answer by RyanScottLewis for Can I use Ruby in-built RSS module to read atom...

If you look under RSS::Maker what it can parse.

View Article


Can I use Ruby in-built RSS module to read atom feed?

I am in an environment where I don't have access to install any gems. I only have standard ruby (version:1.8.7) installation.I am trying something like this:require 'rss/1.0'require 'rss/2.0'require...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images