[Htmlparser-developer] Next integration release is out
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-08-10 08:15:00
|
Hi Folks, Next release (v1.2-2002-08-11) is out. From the change log : [1] Fixed bug 590703 - Empty values dont get parsed [2] Fixed bug 591435 - Missing values cause keys to be missed [3] Removed all infinite loops in scanners, replaced with throwing HTMLParserException [4] Fixed bug in HTMLTitleScanner, allowing certain malformed title tags to be parsed [5] Modified HTMLReader - now accepts Reader instead of BufferedReader [6] HTMLParser constructor now throws HTMLParserException. [7] Fixed bug 592355 - Empty tags throw exceptions from some scanners. Now, if the tag is empty, it is not passed down to scanners. Also, fixed the related issue in HTMLStringNode, causing empty tags to be treated as tags and not strings. A very significant fix is #3 - I would highly recommend upgrading your copies asap. Also, following suggestions of Amit Rana, the constructor itself throws HTMLParserException. You can expect some more API changes in the coming weeks, as we attempt to integrate Claude's other contributions (Parser Feedback). We've got over 150 tests and all passing. Regards, Somik |