TRANS wrote:
> On 7/18/06, Yann Klis <[EMAIL PROTECTED]> wrote:
>> If you'd like to do HTML parsing, you'd better use RubyfoulSoup
>> http://www.crummy.com/software/RubyfulSoup/ which is a port of
>> BeautifulSoup to Python, and IMHO better adapted to HTML parsing than
>> libxml.
>
> Isn't that REX
OK, the mailing list software complaints that the message is too big. I send the files compressed (please read below).On 7/18/06, Aitor Garay-Romero
<[EMAIL PROTECTED]> wrote:Hi there!,
I did some work myself to allow libxml-ruby to parse HTML directly from an string. I was thinking on im
On 7/18/06, Yann Klis <[EMAIL PROTECTED]> wrote:
> If you'd like to do HTML parsing, you'd better use RubyfoulSoup
> http://www.crummy.com/software/RubyfulSoup/ which is a port of
> BeautifulSoup to Python, and IMHO better adapted to HTML parsing than
> libxml.
Isn't that REXML based though? Be th
If you'd like to do HTML parsing, you'd better use RubyfoulSoup
http://www.crummy.com/software/RubyfulSoup/ which is a port of
BeautifulSoup to Python, and IMHO better adapted to HTML parsing than
libxml.
++
yk
Mark Thomas a écrit :
> I'm switching to Ruby from Perl, and currently I do all my
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
TRANS wrote:
> On 7/18/06, zdennis <[EMAIL PROTECTED]> wrote:
>
>
>>I don't think they have vanished. It's been a little over a week since Ross
>>has sent an email to this ML. Perhaps he is on
>>vacation or is finishing a project outside of libxml a
On 7/18/06, zdennis <[EMAIL PROTECTED]> wrote:
> I don't think they have vanished. It's been a little over a week since Ross
> has sent an email to this ML. Perhaps he is on
> vacation or is finishing a project outside of libxml atm.
Oh! I hope it is so!
Sorry if I've jumped to conclusions. I s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
TRANS wrote:
> 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.