Hi, In <4357B35D-CDC1-11D8-9AE0-000A95676A62 / pragprog.com> "Re: Problem in RSS library, or problem in my blog :)" on Sun, 4 Jul 2004 22:51:36 +0900, Dave Thomas <dave / pragprog.com> wrote: > If I understood your earlier message correctly, your library cannot > validate 0.9 or 2.0 feeds. It would seem to be reasonable then to have I committed new version of RSS Parser which supported RSS 0.9x/2.0 validation to HEAD. This says your blog's RSS is valid now. :) Please try this. If you are satisfied with this version, I'll commit this change to ruby_1_8. > the default validation turned off when parsing them. That is, if I > require rss/0.9, I would expect that your library would by default set > "validate" to false, as it is incapable of validating these feeds. Since this can validate RSS 0.9x/2.0 I keep validation mode on by default. Thank you for your comments. -- kou