From: Tom Arra Date: 2008-03-01T12:22:12+09:00 Subject: Scan HTML So I am new to Ruby scripting so I am not sure if this is possible or not. I want to make a script that will load a webpage and then search through the HTML of that page until it hits a certain tag. Once it hits that tag it need to grab all of the text between the tag and the appropriate end tag. Is something like this possible? Example

test

I want the script to return "test" -- Posted via http://www.ruby-forum.com/.