RE: [Htmlparser-developer] CompositeTagScanner - Some comments
Brought to you by:
derrickoswald
From: Marc N. <ma...@ke...> - 2003-05-12 16:38:35
|
My $0.02: I don't mind if you make it disallowed by default, as long as = you don't break the ability for it to have nested tags of the same type. = I extend CompositeTagScanner quite a bit in my own code to parse = "custom" XML tags inside of an HTML page, and that code relies heavily = on the current capability of CompositeTagScanner. Marc -----Original Message----- From: dha...@or... [mailto:dha...@or...] Sent: Thursday, May 08, 2003 9:33 PM To: htm...@li... Subject: [Htmlparser-developer] CompositeTagScanner - Some comments Hi, A lot of thought has definitely gone into the design of the=20 CompositeTagScanner. Some absolutely wonderful work has been done here. = Somik,=20 had asked me to have a look at the code and review it. I just have one = point=20 for discussion. The CompositeTagScanner has a provision to allow for nested children. = However I=20 feel there are very few HTML tags which have children of the same type. = By=20 default the scanner allows nesting. I believe this behaviour should be=20 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 |