From: Francis Hwang Date: 2004-10-14T06:03:27+09:00 Subject: using the RSS standard lib Is anybody out there using the RSS standard lib that comes with Ruby 1.8.2? I'm trying to make use of it but am finding the lack of documentation frustrating. Also, is it possible to use this to do parsing of multiple feeds each of a different version? Require "rss/2.0" seems to force me to use 2.0 parsing for all my feeds, but what if I'm parsing a bunch of feeds with different versions? Francis