I'm having a difficult time locating an HTML parser that works with JRuby.
I've become fond of using Nokogiri for HTML parsing, but Nokogiri requires the use of bxml2.dll, which I don't have available on my machine and am not sure that I can ensure that it is available on all users' machines.
I attempted to use another favorite, Scrubyt, but that relies on Mechanize, which also requires Nokogiri.
What Ruby HTML parser do you recommend for use with JRuby?