RE: [Htmlparser-developer] Registering of scanners
Brought to you by:
derrickoswald
|
From: <dha...@or...> - 2003-05-08 03:55:57
|
INPUT tag is found as a tag. No problem with that. However if the InputTagScanner is also registered then a class of type org.htmlparser.tags.InputTag is not found. I am not too sure about the expected behaviour and hence do not know whether its a bug or not. Do let me know what to do. dhaval -----Original Message----- From: DerrickOswald [mailto:Der...@ro...] Sent: Thursday, May 08, 2003 7:03 AM To: htmlparser-developer Cc: DerrickOswald Subject: Re: [Htmlparser-developer] Registering of scanners Dahval, DIV is a CompositeTag. Are you saying the INPUT tag isn't one of the children of the DIV tag. If that's the case file a bug report. Derrick dha...@or... wrote: >In the HTMLParser version of 27th April I believe registering of Div >Scanner and Table scanner was added to the automatic list i.e via >Parser.registerScanners(). > >Due to this I am unable to recognize any of the tags underneath the DIV >tag. > >For example I had INPUT tag underneath the DIV tag. I used >registerScanners and I also registered InputTagScanner. However I could >detect DIV tags but not INPUT tags. > >Regards, > >Dhaval Udani >Senior Analyst >M-Line, QPEG >OrbiTech Solutions Ltd. >+91-22-28290019 Extn. 1457 > > > > ------------------------------------------------------- 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 |