On Jun 30, 2004, at 5:17 AM, Martin DeMello wrote: > Gavin Kistner <gavin / refinery.com> wrote: >> See the ValidForm library at http://phrogz.net/RubyLibs/ > > That looks pretty neat - did it prove not to be useful in practice or > have you just not had any occasion to use it yet? I just haven't had occasion to use it yet. (The Ruby web project I was building it in anticipation of has been much-delayed.) It worked nicely in my tests. > Also how about other output formats? Be my guest! Different output is precisely why I kept the to_html method decoupled from the main library in its own file. :)