|
Prev: HTML Tidy convert Java to C++
Next: HTTPClient library
From: Carmen Sei on 18 Mar 2008 17:53 any example shows how to use HTML Tidy in VC++ project?
From: David Wilkinson on 18 Mar 2008 21:48 Carmen Sei wrote: > any example shows how to use HTML Tidy in VC++ project? Carmen: Can you not run it using the system() command? -- David Wilkinson Visual C++ MVP
From: David Connet on 21 Mar 2008 00:14 Carmen Sei <fatwallet951(a)yahoo.com> wrote in news:3de0u359pec7ffkc6urmn526elshr2r9hk(a)4ax.com: > any example shows how to use HTML Tidy in VC++ project? > I use it in my project http://sourceforge.net/projects/agilitybook (dog agility record keeping program) I've embedded the tidy library as a static lib - the tidy code is unchanged. If you look in the .../src/cal_usdaa directory, the file CalendarSite.cpp contains the code I use to parse the tidy code into xml (which is then parsed into an internal tree using xerces) Dave Connet
|
Pages: 1 Prev: HTML Tidy convert Java to C++ Next: HTTPClient library |