Re: [libxml-devel] Request to add HTML parsing

2006-07-17 Thread TRANS
On 7/17/06, Mark Thomas <[EMAIL PROTECTED]> wrote: > I'm switching to Ruby from Perl, and currently I do all my HTML parsing in > perl's XML::LibXML. Applying XPath to parse HTML is extremely powerful and > fast, fast, fast in libxml. > > Can you add that feature to the Ruby one? I think it would b

[libxml-devel] Request to add HTML parsing

2006-07-17 Thread Mark Thomas
I'm switching to Ruby from Perl, and currently I do all my HTML parsing in perl's XML::LibXML. Applying XPath to parse HTML is extremely powerful and fast, fast, fast in libxml. Can you add that feature to the Ruby one? I think it would be easy to do; it's just a flag on the parser, which tells li