summaryrefslogtreecommitdiff
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-1/+1
* 444994 HTML chunked failure for attribute with <>Daniel Veillard2009-08-251-73/+85
* Non ASCII character may be split at buffer endAdiel Mittmann2009-08-251-3/+9
* 572129 speed up parasing of large HTML text nodesMarkus Kull2009-08-241-2/+77
* Remove a pedantic warningDaniel Veillard2009-08-241-1/+2
* Fix HTML parsing with 0 character in CDATADaniel Veillard2009-08-241-0/+7
* 541335 HTML avoid creating 2 head or 2 body elementDaniel Veillard2009-08-241-7/+19
* 541237 error correcting missing end tags in HTMLDaniel Veillard2009-08-241-1/+1
* Fix a small problem on previous HTML parser patchDaniel Veillard2009-08-221-3/+4
* 592430 - HTML parser runs into endless loopDaniel Veillard2009-08-221-125/+139
* 588441 allow '.' in HTML Names even if invalidDaniel Veillard2009-08-131-2/+3
* 579317 Try to find the HTML encoding informationDaniel Veillard2009-08-121-2/+74
* 576368 – htmlChunkParser with special attributesJiri Netolicky2009-08-071-17/+36
* * HTMLparser.c: make sure we keep line numbers fixes #580705Daniel Veillard2009-05-151-0/+1
* * HTMLparser.c: a broken HTML table attributes initialization,Roland Steiner2009-05-121-1/+1
* preparing the release of 2.7.2 fix the Solaris portability issueLIBXML2.7.2Daniel Veillard2008-10-031-3/+22
* fix an HTML parsing error on large data sections reported by Mike Day addDaniel Veillard2008-09-251-0/+7
* patch from Robert Schwebel , allows to compile the example if configuredDaniel Veillard2008-08-291-1/+5
* more progresses against the official regression tests small cleanup forDaniel Veillard2008-07-311-0/+1
* applied patch from Ashwin fixing a number of realloc problems improveDaniel Veillard2008-04-241-1/+15
* apparently it's okay to forget the semicolumn after entity refs in HTML,Daniel Veillard2008-04-031-4/+4
* patch from Arnold Hendriks improving parsing of html within html bogusDaniel Veillard2008-03-121-15/+16
* avoid stopping parsing when encountering out of range characters in anDaniel Veillard2008-01-111-2/+7
* fix definition for <embed> to avoid error when saving back, patch fromDaniel Veillard2008-01-111-1/+1
* fixed bug #381877, avoid reading over the end of stream when generating anDaniel Veillard2007-06-121-3/+7
* applied patch from Michael Day to add support for <embed> DanielDaniel Veillard2007-05-021-2/+6
* Dohh !Daniel Veillard2007-04-271-1/+2
* Jean-Daniel Dupas pointed a couple of problems in htmlCreateDocParserCtxt.Daniel Veillard2007-04-261-2/+2
* change the way script/style are parsed to not try to detect comments,Daniel Veillard2007-04-161-17/+1
* fixed memory access error on parsing of meta data which had errors (bugWilliam M. Brack2007-03-211-6/+6
* applied patch from Steven Rainwater to fix UTF8ToHtml behaviour on codeDaniel Veillard2006-11-231-6/+8
* change htmlCtxtReset() following Michael Day bug report and suggestion.Daniel Veillard2006-11-081-1/+1
* applied a reworked version of Usamah Malik patch to avoid growing theDaniel Veillard2006-10-271-0/+58
* fix one problem found in htmlCtxtUseOptions() and pointed in #340591Daniel Veillard2006-10-171-0/+1
* fixed teh 2 stupid bugs affecting htmlReadDoc() and htmlReadIO() thisDaniel Veillard2006-10-171-3/+4
* fixing HTML minimized attribute values to be generated internally if notDaniel Veillard2006-10-171-6/+5
* fixing HTML entities in attributes parsing bug #362552 added to theDaniel Veillard2006-10-171-1/+1
* fix #348252 if the document clains to be in a different encoding in theDaniel Veillard2006-10-161-1/+12
* fix a chunking and script bug #347708 DanielDaniel Veillard2006-10-161-4/+13
* remove a warning check with uppercase for AIX iconv() should fix #352644Daniel Veillard2006-10-161-1/+1
* added --html --memory to test htmlReadMemory to test #321632 added variousDaniel Veillard2006-10-131-0/+7
* exports htmlNewParserCtxt() as Michael Day pointed out this is needed toDaniel Veillard2006-09-211-2/+2
* applied const'ification of strings patch from Matthias Clasen DanielDaniel Veillard2006-07-031-90/+91
* a bunch of small cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-3/+6
* try to fix xmlParseInNodeContext when operating on an HTML document.Daniel Veillard2006-01-181-2/+13
* fixed a number of warnings shown by HP-UX compiler and reported by RickDaniel Veillard2005-12-101-4/+4
* script HTML parser error fix, corrects bug #319715 added test from MichaelDaniel Veillard2005-10-251-0/+1
* typo fix from Michael Day DanielDaniel Veillard2005-10-251-1/+1
* Applied the last patch from Gary Coady for #304637 changing the behaviourDaniel Veillard2005-09-011-3/+12
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-0/+4