Re: error msgs...

* Aarti Chandnani wrote:
>While  I am using tidy I see messages on my console, like shown below:
> 
>line 1 column 150 - Error: <smallscreenignore> is not recognized!
>This document has errors that must be fixed before
>using HTML Tidy to generate a tidied up version.
> 
>I have tried to set up tidy as :
> 
>tidy.setXmlOut( false);
>        tidy.setQuiet( true);
>        tidy.setShowWarnings( false);
> 
>But I still get such messages, any idea how I could supress them?

Not in JTidy, but recent Tidy builds have a --show-errors 0
configuration option to control error message output. Default is 6.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Thursday, 25 October 2001 14:53:51 UTC