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/entities.html:1: error: htmlParseEntityRef: expecting ';'
<p tst="a&b" tst2="a&b" tst3="a & b">
^
./test/HTML/entities.html:1: error: htmlParseEntityRef: no name
<p tst="a&b" tst2="a&b" tst3="a & b">
^
./test/HTML/entities.html:3: error: htmlParseEntityRef: expecting ';'
a&b
^
./test/HTML/entities.html:4: error: htmlParseEntityRef: no name
a & b
^