any example shows how to use HTML Tidy in VC++ project?
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#cplus plus
which HTML Tidy C++ version (easiest) should I use for VC++ project?
I am converting from Java HTML Tidy
http://www.garshol.pri v.no/download/xmltools/prod/JTidy.html
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#cplus plus
which HTML Tidy C++ version (easiest) should I use for VC++ project?
I am converting from Java HTML Tidy
http://www.garshol.pri v.no/download/xmltools/prod/JTidy.html