I use code below for jtidy.
Tidy tidy = new Tidy();
tidy.setQuiet(true);
tidy.setShowWarnings(false);
doc = tidy.parseDOM(in, null);
it can remove all warning log but i still get error log below
line 424 column 20 - Error: is not recognized!
line 481 column 20 - Error: is not recognized!
How can i remove error above? and it looks that i set "show-errors=0" in config file doesn't work either, any ideas? thanks!
jtidy.config:
show-warnings=no
show-errors=6