Philip Hallstrom wrote:
> I don't know if hpricot's result set supports slice, but you could do
> something like this:
>
> doc.search('table td').slice(1,99999999).each do |td_ele|
> .....
> end
>
Thanks, but I've actually been able to move past the point of parsing
out my variables. Now I just need to figure out how to save my results.
Any thoughts on that would be very much appreciated.
--
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---