Connecting Tech Pros Worldwide Forums | Help | Site Map

HTML Tidy Java to C++

Carmen Sei
Guest
 
Posts: n/a
#1: Mar 18 '08
I need to parse HTML page and extract data

should I use HTML Tidy DLL
http://dev.int64.org/tidy.html

or it's easier to use library with source code like
http://users.rcn.com/creitzel/tidy.html#cplusplus

which HTML Tidy C++ version (easiest) should I use for C++ project?

I am converting from Java HTML Tidy
http://www.garshol.priv.no/download/...rod/JTidy.html

Ian Collins
Guest
 
Posts: n/a
#2: Mar 18 '08

re: HTML Tidy Java to C++


Carmen Sei wrote:
Quote:
I need to parse HTML page and extract data
>
should I use HTML Tidy DLL
http://dev.int64.org/tidy.html
>
or it's easier to use library with source code like
http://users.rcn.com/creitzel/tidy.html#cplusplus
>
which HTML Tidy C++ version (easiest) should I use for C++ project?
>
As with any choice of libraries, choose the one that works for you. I
can't see why people are so resistant to using C libraries in C++ projects.

--
Ian Collins.
Closed Thread