Parse XHTML using Ruby

Posted by Anant on Stack Overflow See other posts from Stack Overflow or by Anant
Published on 2010-04-27T15:19:12Z Indexed on 2010/04/27 15:23 UTC
Read the original article Hit count: 288

Filed under:
|

Is there any way I can parse a remote html page, in Ruby, preferably using jQuery like selectors?

For example, I could select all the div having a specific class, and get the content of all those elements in an array.

I was trying to use Regex for this, but I think using XML parser would be better.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about XHTML