↧
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 ArticleAnswer 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 ArticleCan 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