[Htmlparser-developer] Integration Release 1.2-2002_08_26 is out
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-08-26 01:54:07
|
Hi Folks, Integration Release 1.2-2002_08_26 is out. From the change log : [1] Added new tag-scanner pairs for the following tags: (i) INPUT (ii) TEXTAREA (iii) OPTION (iv) SELECT [2] The newline character being used in toHTML() was different across different tags and also in some cases in scan() methods of scanners. It has been changed to pick up the system property "line.separator" from the JVM environment and that is used in toHTML() as well as scan(). Alternatively, users can set their own line separators using HTMLParser.setLineSeparator() or HTMLNode.setLineSeparator(). Both have the same effect. [3] Fixed HTMLRemarkNode bugs (594301) [1] and [2] were done by Dhaval Udhani, of OrbiTech Solutions Ltd. [3] was done by John Zook. John - thanks for sending in the bugs and = their fixes (its a pleasure to receive the latter with the bug reports). Cheers, Somik |