- From: Gary L Peskin <garyp@firstech.com>
- Date: Fri, 17 Aug 2001 08:19:10 -0700
- To: Oleg Tretyak <olegt@psoft.net>
- CC: html-tidy@w3.org
The next version of HTML Tidy will feature a "force output" option that will force Tidy to continue even when it finds errors. In the meantime, you can change line 1228 of Tidy.java from if (!configuration.OnlyErrors && lexer.errors == 0) to if (!configuration.OnlyErrors) That should do the trick. Gary Oleg Tretyak wrote: > > Hello ! > I'm trying to use the Tidy package ( Ver. 04aug2000r7-dev ) and want to > parse HTML documents with invalid tags (e.g <LEFT> .... </LEFT>) . The > .parseDOM method fails to parse such documents. How can I do this without > fixing sourc > e HTML files ? > Error Message : "line 9 column 267 - Error: <left> is not recognized! > This document has errors that must be fixed before > using HTML Tidy to generate a tidied up version." > > Thank you in advance ! > Olegt. > > P.S I tried to use the TableTag.defineBlockTag method, but failed ...
Received on Friday, 17 August 2001 11:19:28 UTC