Connecting Tech Pros Worldwide Help | Site Map

HTML Tidy Java to C++

  #1  
Old March 18th, 2008, 10:45 PM
Carmen Sei
Guest
 
Posts: n/a
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
  #2  
Old March 18th, 2008, 11:35 PM
Ian Collins
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML Tidy tobycraftse answers 0 March 18th, 2008 11:13 PM
C++ HTML library Atul answers 2 June 2nd, 2006 12:25 PM
Starting University COSC and learning JAVA, advice please :D David Van D answers 1 February 4th, 2006 02:45 AM
XHTML to XML conversion hawat.thufir@gmail.com answers 12 September 5th, 2005 06:55 AM