This post originated from an RSS feed registered with Ruby Buzz
by Edgar Gonzalez.
Original Post: FeedValidator :: validating RSS and ATOM feeds using Ruby
Feed Title: La Cara Oscura del Desarrollo de Software
Feed URL: http://www.lacaraoscura.com/feed/
Feed Description: Our experiences day after day about software development: programming languages, standards, design patterns, tools and tips.
(blog in spanish)
[versión en español]
As a result of the work in RubyCorner, I decided to develop a mechanism in Ruby to validate RSS and ATOM feeds.
FeedValidator is a Ruby interface to the W3C Feed Validation online service, based on its SOAP 1.2 support.
It helps to find errors in RSS or ATOM feeds.
FeedValidator add a new assertion (assert_valid_feed) [...]