Re: [Htmlparser-developer] HTMLParser Candidate Release 1 is out
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-11-26 04:07:33
|
Hi Dhaval, > > No problem. What about the Form scanner issue ? > > The Form Scanner is registered by default now while it was not the case > earlier. Hence if I try to scan tags like INPUT, SELECT, TEXTAREA which > have to be within FORM tags then they are not picked up. After I remove > the form scanner from the registered list then it works fine. Oh, in that case, we should not be registering the input, select, textareas directly. Instead, we could do it within form tags, like its done in the frame scanner (enumerating thru frameset elements from within). What do u think ? Regards, Somik |