DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35839>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35839 ------- Additional Comments From [EMAIL PROTECTED] 2005-09-03 17:46 ------- (In reply to comment #25) > (In reply to comment #24) > > Manfred Klug reported: A small information. Even with your latest patch there > > are still issues with the comment processing. One scenario that chokes the > > parser is as follows: > > > > <!---> --> > > > > Fixed in the 20050903 nightly build. > Still problems with comments :( > <html> > <body> > Some Text > <!--A Comment--> > More Text > </body> > </html> Fixed a problem but created another..... I think that I have it covered now. The parser looks at the beginning and ending token delimiters to determine what type of node it is. I added logic to make sure that the minimum ending offset is greater than the maximum beginning offset. This will address the previous issue <!---> -->. I added theses comment scenarios to the test case: <!--A Comment--> <!--<--> Thanks again Manfred. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]