From: Dor Kalev Date: 2006-05-12T00:22:16+09:00 Subject: extract DIV from HTML Hi, There is a need to find a specific DIV in a large HTML file (by it's ID/CLASS) as a routine. Perhaps XML approach could have helped me, using REXML but what function goes and searches through the whole XML and finds a specific TAG by it's attribute? Someone suggest that myxml will be used for it, but it's installation didn't, yet, go well. >> c:/instantrails/ruby/lib/ruby/site_ruby/myxml/myxml.rb:243:in `initialize': No >> such file or directory - test.xml (Errno::ENOENT) >> from c:/instantrails/ruby/lib/ruby/site_ruby/myxml/myxml.rb:243:in `initialize' >> from example10.rb:6 Help will be grately appriciated. -- Posted via http://www.ruby-forum.com/.