From: SourceForge.net <no...@so...> - 2004-04-10 15:48:19
|
Bugs item #932835, was opened at 2004-04-10 17:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=932835&group_id=13153 Category: Tidy functionality Group: None Status: Open Resolution: None Priority: 5 Submitted By: fabrizio giustina (fgiust) Assigned to: fabrizio giustina (fgiust) Summary: quiet/warning modes Initial Comment: from jtidy mailing list ====== Hi, I've been using a self-patched version of JTidy for some time so I'm so glad to see the project is being maintained again. One of the patches I had to add was to suppress a lot of text getting pumped to system err or out, even when I've set quiet to true and turned warnings off. These are extremely verbose messages telling me why my HTML is bad, web sites to visit, etc. Unfortunately I didn't document my patch but I think the problem was: this.report.errorSummary(lexer); at the end of Tidy.parse() because this line will execute no matter if quiet mode is on or not. I think it should be wrapped in an if statement, no? Thanks, Brian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=932835&group_id=13153 |