Is there a Ruby library that does HTML entity parsing?

Simple stuff like

mypage.htm?foo=abc&bar=1 => mypage.htm?foo=abc&bar=1

and its reverse?

Thanks
-John
http://www.iunknown.com

John,

If you haven't yet, check out the URI lib that ships with ruby. It's
pretty hot $%@*. Not sure if handles QSV's though. Maybe you could
tell me? :slight_smile:

Steve

ยทยทยท

On 4/28/05, John Lam <jlam@iunknown.com> wrote:

Simple stuff like

mypage.htm?foo=abc&amp;bar=1 => mypage.htm?foo=abc&bar=1

and its reverse?

Thanks
-John
http://www.iunknown.com