Tag
Hash :
a3bfca59
Author :
Date :
2001-04-12T15:42:58
parsing real HTML is a nightmare. - HTMLparser.c result/HTML/*: revamped the way the HTML parser handles end of tags or end of input Daniel
./test/HTML/test3.html:6: error: Unexpected end tag : p
</a><p><hr></p>
^
./test/HTML/test3.html:13: error: Unexpected end tag : p
<p><hr></p>
^
./test/HTML/test3.html:27: error: Opening and ending tag mismatch: h4 and b
<h4><b>Links</h4></b>
^
./test/HTML/test3.html:34: error: Opening and ending tag mismatch: html and h4
</html>
^