[#3228] Core support for Gems, and namespace — "Luke A. Kanies" <luke@...>

Hi all,

21 messages 2004/07/27
[#3230] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Tue, 27 Jul 2004 11:39:08 +0900, Luke A. Kanies <luke@madstop.com> wrote:

[#3234] Re: Core support for Gems, and namespace — "Luke A. Kanies" <luke@...> 2004/07/27

On Tue, 27 Jul 2004, Austin Ziegler wrote:

[#3238] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Wed, 28 Jul 2004 00:14:29 +0900, Luke A. Kanies <luke@madstop.com> wrote:

Re: Problem in RSS library, or problem in my blog :)

From: Kouhei Sutou <kou@...>
Date: 2004-07-06 17:54:27 UTC
List: ruby-core #3143
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

In This Thread