RE: [Htmlparser-developer] CompositeTagScanner - Some comments
Brought to you by:
derrickoswald
From: <dha...@or...> - 2003-05-16 05:03:44
|
> > > Dhaval Udani wrote: > > Well the situation just came up. > > > > Assume a <HEAD> tag which is not closed. It needs to be > closed when a > <BODY> > > tag is encountered. Hence BODY would be in the STARTERS > array for HEAD. > > I don't see a HeadScanner. If <HEAD> is not closed, it should > be no problem. > I wrote a HEAD scanner and have sent it to Derrick for inclusion in the next version. In ENDERS I put BODY & in END_TAG_ENDERS I put HTML. Works well. |