Solved Re: Supressing error messages

--- joe user <palehaole@yahoo.com> wrote:
> 
> Hi, I found the tidy config option to supress
> warnings, but how do I get Tidy to also never show
> error messages?  I am using it in an application
> where

I couldn't find a setting to stop error messages, but
I wrote a simple callback function which always
returns false, and then registered it with
tidySetReportFilter(), and that stops it from printing
anything.  I may fine-tune that later to report only
useful information.


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

Received on Wednesday, 22 October 2003 22:09:35 UTC