[Htmlparser-developer] Another Fix :)
Brought to you by:
derrickoswald
|
From: R. <ced...@fr...> - 2002-06-27 11:36:09
|
Hello,
A little fix:
HTMLStyleScanner and HTMLTitleScanner was linked with the same character.
So it was impossible to extract only title or only style.
I've just replaced "t" by "T" for title.
"addScanner(new HTMLStyleScanner("-t"));
addScanner(new HTMLTitleScanner("-T"));"
Cedric.
|