Hash :
970112a9
Author :
Date :
2000-10-03T09:33:21
Stupid bug fix on the HTML parser: - HTMLparser.c: Doohhh, attribute name parsing was still case sensitive ! Fixed this ... - result/HTML/* : updated the tests results accordingly Daniel
./test/HTML/doc2.htm:10: error: Misplaced DOCTYPE declaration
<!-- END Naviscope Javascript --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Tr
^
./test/HTML/doc2.htm:11: error: error parsing attribute name
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
^
./test/HTML/doc2.htm:11: error: htmlParseStartTag: problem parsing attributes
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
^
./test/HTML/doc2.htm:11: error: Couldn't find end of Start Tag meta
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
^
./test/HTML/doc2.htm:18: error: Unexpected end tag : head
<META content="MSHTML 5.00.3103.1000" name=GENERATOR></HEAD><FRAMESET
^