aboutsummaryrefslogtreecommitdiffstats
path: root/result/HTML/doc2.htm.err
Commit message (Collapse)AuthorAgeFilesLines
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-1/+1
| | | | | | | | | * 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
* Updated testfiles for error.c fixWilliam M. Brack2003-05-141-1/+1
|
* patch from johan@evenhuis.nl for #107937 fixing some line countingDaniel Veillard2003-03-221-1/+1
| | | | | | | | * HTMLparser.c parser.c parserInternals.c: patch from johan@evenhuis.nl for #107937 fixing some line counting problems, and some other cleanups. * result/HTML/: this result in some line number changes Daniel
* - HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTMLDaniel Veillard2000-10-141-1/+1
| | | | | | | support for SCRIPT and STYLE with help from Bjorn Reese - test/HTML/* result/HTML/*: added simple testcase and updated the existing ones. Daniel
* Fixed the HTML tests output, Daniel.Daniel Veillard2000-10-101-12/+0
|
* Stupid bug fix on the HTML parser:Daniel Veillard2000-10-031-0/+12
| | | | | | | - HTMLparser.c: Doohhh, attribute name parsing was still case sensitive ! Fixed this ... - result/HTML/* : updated the tests results accordingly Daniel
* work done on auto-opening of <p> tags and cleanup of SAX output, Daniel.Daniel Veillard2000-08-191-2/+2
|
* Large sync between my W3C base and Gnome's one:Daniel Veillard2000-08-121-0/+3
- 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