aboutsummaryrefslogtreecommitdiffstats
path: root/result/HTML/wired.html.err
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97Haibo Huang2020-07-311-0/+3
| | | | | | | | | | | Also change upstream to github. This change moves away from stable release. Because we need CMakeLists.txt. It is not in any release yet. They are likely to release another stable version within this year. We can upgrade to that version when it is available. Bug: 157157503 Change-Id: If6f245dbabe36a114563d209c8e100b7e3083f20
* fixed to not send NULL to %s printing cleaning up some of the regressionDaniel Veillard2003-10-191-13/+13
| | | | | | | | | * HTMLparser.c: fixed to not send NULL to %s printing * python/tests/error.py result/HTML/doc3.htm.err result/HTML/test3.html.err result/HTML/wired.html.err result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning up some of the regression tests error Daniel
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-83/+83
| | | | | | | | | * 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-142/+142
|
* patch from johan@evenhuis.nl for #107937 fixing some line countingDaniel Veillard2003-03-221-14/+14
| | | | | | | | * 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: Patch from Jonas BorgströmDaniel Veillard2001-05-111-17/+5
| | | | | | | | | (htmlGetEndPriority): New function, returns the priority of a certain element. (htmlAutoCloseOnClose): Only close inline elements if they all have lower or equal priority. - result/HTML: this of course changed a number of tests results. Daniel
* - HTMLparser.c: trying to fix the problem reported by Jonas BorgströmDaniel Veillard2001-05-031-6/+0
| | | | | | | - results/HTML/ : a few changes in the output of the HTML tests as a result. - configure.in: tying to fix -liconv where needed Daniel
* - HTMLparser.c : HTML parsing still sucks ... trying to dealDaniel Veillard2001-04-241-34/+25
| | | | | | | with madness - result/HTML/ : this modified the result of the regression tests a lot. Daniel
* parsing real HTML is a nightmare.Daniel Veillard2001-04-121-88/+109
| | | | | | - 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-24/+24
| | | | | | | | | | | | | | | | | | - 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
* - doc/encoding.html doc/xml.html: added I18N docDaniel Veillard2000-07-141-24/+24
| | | | | | | | | | | | | | | | | | | | - encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding improvements, both parser and filters, added ASCII & HTML, fixed the ISO-Latin-1 one - xmllint.c testHTML.c: added/made visible --encode - debugXML.c : cleanup - most .c files: applied patches due to warning on Windows and when using Sun Pro cc compiler - xpath.c : cleanup memleaks - nanoftp.c : added a TESTING preprocessor flag for standalong compile so that people can report bugs more easilly - nanohttp.c : ditched socklen_t which was a portability mess and replaced it with unsigned int. - tree.[ch]: added xmlHasProp() - TODO: updated - test/ : added more test for entities, NS, encoding, HTML, wap - configure.in: preparing for 2.2.0 release Daniel
* Added one of the testuite results, Daniel.Daniel Veillard2000-07-011-0/+255