From: Carmen Sei on
any example shows how to use HTML Tidy in VC++ project?
From: David Wilkinson on
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
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