Re: [Htmlparser-developer] Webase test and Form tag scanner?
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-03-07 03:11:28
|
> One problem I had with FormTag.toString() method is > that form tag should be treated as body tag since any > other tags could be nested in it. > > The ultimate htmlparser test would be webase > collection from stanford. What you could really do to speed up our testing is to provide us with urls that cause breaks - and keep filing lots of bug reports. That would be a great help. > Is there a way even with readelements=null I can still > get the rest nodes? This usually means the parser has reached the end of the page without finding a matching end tag. It is usually a fatal error. But this week, I am planning to improve robustness - systemwide. It would be good to have some nice bug reports before I start, though. Regards, Somik |