Hi Folks,
A new integration build is out. Major change :
[1] HTMLStringNode now gives string blocks, all in one string node =
object, instead of several string node objects for continuous lines. =
This is based on a=20
bug report by Gordon Deudney. This will improve the scalability of the =
parser.
[2] HTMLScriptScanner's scan method has been refactored. For folks =
writing new scanners, take a look at this method - to see how simple it =
is to make your own scanners. There's a substantial reduction in the =
code size and complexity.
To do :=20
[1] Integrate Raghavendra Srimantula's scanners (Form and Frame) as soon =
as the test cases are available.
[2] Write a guide for writing your own scanners.
Regards,
Somik
|