Re: [Htmlparser-developer] CompositeTagScanner - Some comments
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-05-12 22:26:21
|
Dhaval Udani wrote: > A STARTERS array would be useful to tell the scanner that when a particular > start tag(say another OPTION tag in this case), as opposed to a end tag denoted > by ENDERS, is encountered also perform end tag correction. I hope I've been > able to explain the need more clearly. I still don't follow why you would need a STARTERS array - if you encounter another OPTION tag, the behavior is determined by the boolean variable - to add or not to add children, and correction is done automatically. Or am I missing something ? Regards, Somik |