RE: [Htmlparser-developer] CompositeTagScanner - Some comments
Brought to you by:
derrickoswald
From: <dha...@or...> - 2003-05-09 11:24:58
|
Wow!!! I think this is a record number of mails I must have sent to HTMLParser in a day. But some thoughts are evolving and I was wundering about it. I wanted to know whether end tag correction takes place in the CompositeTagScanner when end of stream is encountered. If not then I think that too should happen. Regards, Dhaval Udani Senior Analyst M-Line, QPEG OrbiTech Solutions Ltd. +91-22-28290019 Extn. 1457 -----Original Message----- From: Udani, Dhaval H. Sent: Friday, May 09, 2003 4:41 PM To: htmlparser-developer Cc: Udani, Dhaval H. Subject: RE: [Htmlparser-developer] CompositeTagScanner - Some comments The concept of MATCH_IDS and ENDERS array is great. A STARTERS array could also be useful in the correction procedure. If any tag from this array is encountered automatic correction could be done to end the previous tag. Regards, Dhaval Udani Senior Analyst M-Line, QPEG OrbiTech Solutions Ltd. +91-22-28290019 Extn. 1457 -----Original Message----- From: Udani, Dhaval H. Sent: Friday, May 09, 2003 10:03 AM To: htmlparser-developer Cc: Udani, Dhaval H. Subject: [Htmlparser-developer] CompositeTagScanner - Some comments Hi, A lot of thought has definitely gone into the design of the CompositeTagScanner. Some absolutely wonderful work has been done here. Somik, had asked me to have a look at the code and review it. I just have one point for discussion. The CompositeTagScanner has a provision to allow for nested children. However I feel there are very few HTML tags which have children of the same type. By default the scanner allows nesting. I believe this behaviour should be disallowed by default. my $0.02 ;) dhaval ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Htmlparser-developer mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlparser-developer ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Htmlparser-developer mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlparser-developer |