aboutsummaryrefslogtreecommitdiffstats
path: root/result/HTML/test2.html.sax
Commit message (Collapse)AuthorAgeFilesLines
* Initialize keepBlanks in HTML parserNick Wellnhofer2017-06-121-4/+4
| | | | | This caused failures in the HTML push tests but the fix required to change the expected output of the HTML SAX tests.
* Applied the last patch from Gary Coady for #304637 changing the behaviourDaniel Veillard2005-09-011-2/+2
| | | | | | | * HTMLparser.c: Applied the last patch from Gary Coady for #304637 changing the behaviour when text nodes are found in body * result/HTML/*: this changes the output of some tests Daniel
* Stupid bug fix on the HTML parser:Daniel Veillard2000-10-031-5/+5
| | | | | | | - HTMLparser.c: Doohhh, attribute name parsing was still case sensitive ! Fixed this ... - result/HTML/* : updated the tests results accordingly Daniel
* - HTMLparser.c testHTML.c: applied two new patches fromDaniel Veillard2000-08-291-5/+1
| | | | | | | Wayne Davison <wayned@blorf.net> - result/HTML/*.sax: regenerated HTML SAX output - parser.c: more cleanup. Daniel
* Mostly HTML generation and parsing enhancements:Daniel Veillard2000-08-281-15/+6
| | | | | | | | | | | - HTMLparser.[ch] testHTML.c: applied the second set of patches from Wayne Davison <wayned@blorf.net>, adding htmlEncodeEntities() - HTMLparser.c: fixed an ignorable white space detection bug occuring when parsing with SAX only - result/HTML/*.sax: updated since the output is now HTML encoded... Daniel.
* work done on auto-opening of <p> tags and cleanup of SAX output, Daniel.Daniel Veillard2000-08-191-1/+14
|
* Large sync between my W3C base and Gnome's one:Daniel Veillard2000-08-121-0/+145
- 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