[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Is there a Ruby library that does HTML entity parsing?

John Lam

4/28/2005 2:15:00 PM

Simple stuff like

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

and its reverse?

Thanks
-John
http://www.iu...




1 Answer

Steve Kellock

4/28/2005 2:31:00 PM

0

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? :)

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.iu...
>
>