[Htmlparser-developer] Re: [Htmlparser-user] Question
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-10-16 02:36:50
|
Oh :) I was referring to the bug report on asp tags.. Almost done now. Working on powerful build scripts now which should be a part of the next release as well. Bytway, I was thinking on one last design optimization - replacing the scan-evaluate mechanism with a hashtable, so as to reduce the scanner search from O(n) to O(1). I was thinking of doing a basic match initially to spark off a call to the relevant scan for confirmation. What do you think ? Regards, Somik ----- Original Message ----- From: "Claude Duguay" <CD...@ar...> To: <htm...@li...> Sent: Tuesday, October 15, 2002 7:59 PM Subject: RE: [Htmlparser-user] Question > Actually, I did not report the bug, other than by email. I presume you are referring to the 'nobody' bug? Of course, if you fixed it I'm grateful, as always. Thanks. > > -----Original Message----- > From: Somik Raha [mailto:so...@ya...] > Sent: Tue 10/15/2002 2:53 AM > To: htm...@li... > Cc: > Subject: Re: [Htmlparser-user] Question > > > > Hi Claude, > So that bug report on the site was yours... > The bug has been reproduced and fixed (asp tags inside string nodes not > being detected). > Should be out in the next release. > > Regards, > Somik > ----- Original Message ----- > From: "Claude Duguay" <CD...@ar...> > To: <htm...@li...> > Sent: Monday, September 30, 2002 10:17 PM > Subject: [Htmlparser-user] Question > > > I've see the parser throw an exception on ASP pages. Strictly speaking, > it isn't a requirement that JSP or ASP be parsable, but I think the only > hangup is really a failure to recognize the "<% ... %>" pattern. Is this > functionality that should be there or would be easy to add? > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > > > |