aboutsummaryrefslogtreecommitdiffstats
path: root/result/HTML/entities.html.err
Commit message (Collapse)AuthorAgeFilesLines
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-4/+4
| | | | | | | | | * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c include/libxml/xmlerror.h: more code cleanup, especially around error messages, the HTML parser has now been upgraded to the new handling. * result/HTML/*: a few changes in the resulting error messages Daniel
* removing the SAXresults tree, keeping result in the same tree, addedDaniel Veillard2003-09-031-3/+3
| | | | | | | * Makefile.am results/*.sax SAXResult/*: removing the SAXresults tree, keeping result in the same tree, added SAXtests to the default "make tests" Daniel
* parsing real HTML is a nightmare.Daniel Veillard2001-04-121-2/+2
| | | | | | - HTMLparser.c result/HTML/*: revamped the way the HTML parser handles end of tags or end of input Daniel
* Large sync between my W3C base and Gnome's one:Daniel Veillard2000-08-121-0/+12
- parser.[ch]: added xmlGetFeaturesList() xmlGetFeature() and xmlAddFeature() - tree.[ch]: added xmlAddChildList() - xmllint.c: MAP_FAILED macro test - parser.h: added xmlParseCtxtExternalEntity() - valid.c: applied bug fixes removed warning - tree.c: added CDATA block to elements content - testSAX.c: cleanup of output - testHTML.c: added SAX testing - encoding.c: better error recovery - SAX.c, parser.c: fixed one of the external entity processing of the OASis testsuite - Makefile.am: added HTML SAX regression tests - configure.in: bumped to 2.2.2 - test/HTML/ result/HTML: added a few of HTML tests, and added the SAX results Daniel