On Jan 13, 2005, at 12:06 AM, Kouhei Sutou wrote: > Sorry, I didn't update the tutorial. > RSS::Maker's API is fixed. Okay then. Now I've got a question about RSS::Maker. I'd like to be able to get the number of items in an RSS while making it. I tried this: rss = RSS::Maker.make( '2.0' ) { |maker| ... while ( maker.items.size < 20 ) ... end } but that doesn't work. Francis Hwang http://fhwang.net/