Hi! I haven''t really understood hpricot yet, but i s''ppose it puts the filtered text into some kind of hash/array? What i wanna to is compare multiple html-sources, for example: First source --- <tr> <td class="content">Monday</td> <td class="content">5</td> </tr> <tr> <td class="content">Wednesday</td> <td class="content">9</td> </tr> --- Second source --- <tr> <td class="even" style="padding: 5px">Monday<td> <td class="even" style="padding: 5px">7</td> </tr> <tr> <td class="even" style="padding: 5px">Wednesday<td> <td class="even" style="padding: 5px">7</td> </tr> --- I wanna be able to filter, and via my rubyapp select "Monday", and see that source two is better than all the other sources, becouse 7 > 5 and 3 or whatever the third source has in store for monday. Thanks in advance! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---