[Htmlparser-user] FormScanner
Brought to you by:
derrickoswald
From: Mohd-Taqiyuddin Z. <mt...@ec...> - 2003-03-12 20:41:23
|
Hi, 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. |