Where is HTML::XMLParser?

I’ve seen it mentioned as maybe being in
REXML, NET, or MECHANIZE, but have not
managed to find in any of those.

Most likely, I’ve missed it.
Anyone know how to find it?

And can anyone compare with HTree?
(I like HTree’s to_rexml function, but
are they equally robust?)

thanks
eric

Thanks much, Aaron.

On Tue, Jun 27, 2006 at 06:08:00AM +0900, Eric A. wrote:

I’ve seen it mentioned as maybe being in
REXML, NET, or MECHANIZE, but have not
managed to find in any of those.

Mechanize uses HTML::XMLParser to parse HTML.

Most likely, I’ve missed it.
Anyone know how to find it?

HTML::XMLParser is part of the ruby-web project:
http://rubyforge.org/projects/ruby-web/

And can anyone compare with HTree?
(I like HTree’s to_rexml function, but
are they equally robust?)

Not sure… I’ve never used HTree.

Hope some of this helps!

–Aaron

Note: I see why my searches led nowhere.

The online documents don’t even mention the
HTML module, much less an XMLParser inside it!