summaryrefslogtreecommitdiff
path: root/result/HTML
Commit message (Expand)AuthorAgeFilesLines
* Initialize keepBlanks in HTML parserNick Wellnhofer2017-06-1228-136/+136
* Add test cases for bug 758518David Kilzer2017-06-126-0/+32
* Heap-based buffer overread in htmlCurrentCharCVE-2016-1833Pranjal Jumde2016-05-236-0/+63
* Detect change of encoding when parsing HTML namesHugh Davenport2016-05-233-3/+4
* Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla....CVE-2016-1839Pranjal Jumde2016-05-233-0/+19
* Keep non-significant blanks node in HTML parserv2.9.0-rc2Daniel Veillard2012-09-0727-327/+740
* HTML parser error with <noscript> in the <head>Denis Pauk2012-05-113-0/+48
* Add HTML parser support for HTML5 meta charset encoding declarationDenis Pauk2012-05-103-0/+37
* Don't give default HTML boolean attribute values in parserDaniel Veillard2010-03-153-7/+7
* fix an HTML parsing error on large data sections reported by Mike Day addDaniel Veillard2008-09-253-0/+935
* change the way script/style are parsed to not try to detect comments,Daniel Veillard2007-04-163-57/+28
* fixing HTML minimized attribute values to be generated internally if notDaniel Veillard2006-10-173-7/+7
* fixing HTML entities in attributes parsing bug #362552 added to theDaniel Veillard2006-10-173-0/+29
* script HTML parser error fix, corrects bug #319715 added test from MichaelDaniel Veillard2005-10-253-0/+92
* Applied the last patch from Gary Coady for #304637 changing the behaviourDaniel Veillard2005-09-0131-82/+94
* fixed bug #310333 with a patch close to the provided patch for HTML UTF-8Daniel Veillard2005-08-081-2/+2
* applied UTF-8 script parsing bug #310229 fix from Jiri Netolicky added theDaniel Veillard2005-07-133-0/+64
* applied patch from James Bursa fixing an html parsing bug in push modeDaniel Veillard2005-07-033-0/+19
* added support for HTML PIs #156087 added specific tests DanielDaniel Veillard2004-10-223-0/+34
* fix to the fix for #141864 from Paul Elseth apply fix from David GatwoodDaniel Veillard2004-05-111-3/+6
* change --html to make sure we use the HTML serialization rule by defaultDaniel Veillard2003-11-043-44/+21
* Fix #124907 by simply backporting the same fix as for the XML parserDaniel Veillard2003-10-281-1/+0
* fixed to not send NULL to %s printing cleaning up some of the regressionDaniel Veillard2003-10-193-16/+16
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-057-117/+118
* removing the SAXresults tree, keeping result in the same tree, addedDaniel Veillard2003-09-0317-19/+19
* fixed a small problem in the patch for #118763 this reverts back to theDaniel Veillard2003-08-041-1/+1
* fixing HTML attribute serialization bug #118763 applying a modifiedDaniel Veillard2003-08-041-1/+1
* do not generate &quot; for " outside of attributes this changes the outputDaniel Veillard2003-06-132-7/+7
* Updated testfiles for error.c fixWilliam M. Brack2003-05-145-173/+173
* fixed some problems related to #75813 about handling of Result Value TreesDaniel Veillard2003-03-243-44/+44
* patch from johan@evenhuis.nl for #107937 fixing some line countingDaniel Veillard2003-03-223-38/+38
* final touch at closing #87235 </p> end tags need to be generated. thisDaniel Veillard2002-11-223-5/+5
* Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch addedDaniel Veillard2002-10-223-0/+25
* trying to fix 87235 about discarded white spaces in the HTML parser. thisDaniel Veillard2002-07-057-202/+467
* fixed & serialization bug introduced in 2.4.20 this changes a few thingsDaniel Veillard2002-04-182-8/+8
* fixing bug #78662 i.e. add proper escaping of URI when saving HTML files.Daniel Veillard2002-04-142-51/+49
* fix comment in scripts element parsing. updated the results. DanielDaniel Veillard2001-11-103-28/+57
* handle the case of < in quoted attributes, Bastian Kleineidam DanielDaniel Veillard2001-11-063-0/+21
* do not output hexadecimal charrefs when serializing HTML since someDaniel Veillard2001-09-141-9/+9
* - HTMLparser.[ch] HTMLtree.c: stored the inline/block propertyDaniel Veillard2001-06-137-1083/+202
* - HTMLtree.c: when in a pre element no formatting space shouldDaniel Veillard2001-06-073-0/+25
* - HTMLparser.c: Closed bug #54891Daniel Veillard2001-05-193-0/+82
* - HTMLparser.c: Patch from Jonas BorgströmDaniel Veillard2001-05-116-99/+59
* - HTMLparser.c: trying to fix the problem reported by Jonas BorgströmDaniel Veillard2001-05-034-23/+7
* - HTMLparser.c : HTML parsing still sucks ... trying to dealDaniel Veillard2001-04-249-217/+163
* parsing real HTML is a nightmare.Daniel Veillard2001-04-1212-275/+341
* Couple of fixes, getting ready for 2.3.1:Daniel Veillard2001-02-152-12/+12
* testing and bug fixing related to XSLT:Daniel Veillard2001-02-133-2/+10
* General fixes, XPointer improvements:Daniel Veillard2000-11-242-4/+2
* - xpath.c: fixed the root evaluation problemsDaniel Veillard2000-10-291-2/+2