From: _why Date: 2006-11-23T02:23:53+09:00 Subject: Re: Hpricot/Rubyful Soup comparison On Wed, Nov 22, 2006 at 09:40:33PM +0900, Gregory Seidman wrote: > I do find it a little annoying that HPricot will always produce an > open/close pair even if the input was self-closing (e.g. ) unless > the tag is known to be an empty tag by HPricot (see > Hpricot::ElementContent). Mmm. Okay, good point. So if a tag comes in as self-closing, keep it that way? I think that's reasonable. _why