[Htmlparser-developer] Malformed HTML
Brought to you by:
derrickoswald
From: Claude D. <CD...@ar...> - 2002-08-05 19:02:47
|
If the parser (1.2 integration build) encounters the following code it hangs: =20 <html><head><TITLE> <html><head><TITLE> Double tags can hang the code </TITLE></head><body> <body><html> =20 I have created this reproducible source document but I am still trying to issolate the source of the problem. =20 BTW: The exception handling is excellent this way Somik. There are a few conditions that hang the parser which should throw exceptions, but the framework is in place to get there now. Thanks. |