Click to See Complete Forum and Search --> : HTML Parser?


Grace
February 5th, 2003, 04:15 PM
Hi all,

I've been searching for a HTML Parser in C/C++ for awhile, but I haven't had any luck. All the sites I found, the code is either in JAVA or PERL.

Is there one (open-source) out there?

Thanks,
Grace

mwilliamson
February 5th, 2003, 06:01 PM
the MSXML parser can be used for HTML.

Grace
February 5th, 2003, 06:15 PM
Any straight C/C++ library or source code instead of COM/DCOM objects?

KevinHall
February 5th, 2003, 06:33 PM
How about the Mozilla source? I've never checked it out, but I think it's open source and written in C++, though it is probably difficult to integrate.

mwilliamson
February 5th, 2003, 09:06 PM
http://htmlparser.sourceforge.net

PaulWendt
February 5th, 2003, 09:43 PM
Isn't that Java?

mwilliamson
February 5th, 2003, 09:58 PM
i might be, i just found it on goolge. It looked like c++ at first glance. Maybe you could adapt it. Java and c are fairly similar. or use it in a dll.