- From: Charles Reitzel <creitzel@rcn.com>
- Date: Tue, 26 Nov 2002 12:04:22 -0500
- To: Diana Hiorth <diana.hiorth@labyrinten.se>
- Cc: "'html-tidy@w3.org'" <html-tidy@w3.org>
Hi Diana, As I mentioned to Lucas, I have written a new COM wrapper based on TidyLib. The COM wrapper doesn't expose all of the bells and whistles of the pure C library, but it uses no temp files for ParseString() and SaveString() methods. You can pull it from my home page at http://users.rcn.com/creitzel/tidy.html For the basics on the API, which have changed from André's version, check out the Intro to TidyLib at http://tidy.sf.net/libintro.html. The API isn't exact, but the differences are only slight spelling changes. Also, in VB (or what have you), code completion popups should help you find the right methods for setting the options you need. enjoy, Charlie At 10:01 AM 11/26/2002 +0100, Diana Hiorth wrote: >Hi > >I have searched the web page without success. My question is: > >Is there a TidyToMem function (similar as the one in TidyCom.dll) planned >in the Tidy-project? The problem with the function available in the >TidyCom.dll component is that it is painfully slow and still uses >TidyToFile at the end. > >Grateful for all responses, >/Diana
Received on Tuesday, 26 November 2002 12:03:00 UTC