HTML Tree
am 13.12.2004 04:01:56 von nmittal
------=_NextPart_000_0000_01C4E07D.10C11680
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Hi Sean,
I wrote to you earlier about your Perl Library to parse HTML pages. I was
wondering if you have a C++ version of the library.
Thanks for your help.
Nishant Mittal
------=_NextPart_000_0000_01C4E07D.10C11680--
Re: HTML Tree
am 13.12.2004 16:30:42 von Andy
On Sun, Dec 12, 2004 at 07:01:56PM -0800, Nishant Mittal (nmittal@cs.ucsd.edu) wrote:
> Hi Sean,
>
> I wrote to you earlier about your Perl Library to parse HTML pages. I was
> wondering if you have a C++ version of the library.
No, he doesn't.
xoxo,
Andy
--
Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance
Re: HTML Tree
am 25.12.2004 08:36:23 von bauhaus
Andy Lester writes:
> On Sun, Dec 12, 2004 at 07:01:56PM -0800, Nishant Mittal (nmittal@cs.ucsd.edu) wrote:
>> Hi Sean,
>>
>> I wrote to you earlier about your Perl Library to parse HTML pages. I was
>> wondering if you have a C++ version of the library.
>
> No, he doesn't.
>
Oh, there is no C++ API. But HTML::Parser underlies HTML::Tree (not to
be confused with Paul J. Lucas' HTML_Tree) so it is pretty fast.