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
Printable View
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
the MSXML parser can be used for HTML.
Any straight C/C++ library or source code instead of COM/DCOM objects?
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.
Isn't that Java?
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.