Re: [Htmlparser-user] FormScanner
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-03-13 05:21:44
|
> I'm just wondering if the limitation on the formscanner (i.e can't parse a > form without the endtag) has been succesfully removed. Here is my suggestion > on how to implement it. If there is no endtag of formtag, the parser should > know when it ends when it sees another formtag. if there is no another > formtag in the html page, just parse it till it sees the end of the html > code. thanks. I hope you guys can improve this as I really need this feature > in my Harvester project. thank you. Working hard on this one... I can't believe how much bad code I have myself written - one's bad code always comes back to haunt one! Refactoring LinkScanner to use the CompositeTagScanner - and thereby let all composite tag scanners handle broken tags uniformly. Regards, Somik |