summaryrefslogtreecommitdiff
path: root/HTMLtree.c
Commit message (Expand)AuthorAgeFilesLines
* html: Don't escape ASCII chars in href attributesNick Wellnhofer2022-11-201-3/+8
* Remove explicit integer castsNick Wellnhofer2022-09-011-1/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-8/+4
* Restore behavior of htmlDocContentDumpFormatOutput()David Kilzer2022-05-141-0/+7
* Mark more static data as `const`David Kilzer2022-04-071-1/+1
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-5/+0
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix whitespace when serializing empty HTML documentsNick Wellnhofer2021-06-071-5/+9
* Work around lxml API abuseNick Wellnhofer2021-05-211-18/+28
* Remove unused encoding parameter of HTML output functionsNick Wellnhofer2021-02-071-17/+17
* Handle dumps of corrupted documents more gracefullyNick Wellnhofer2020-09-291-0/+6
* Revert "Do not URI escape in server side includes"Nick Wellnhofer2020-08-151-38/+11
* Make htmlNodeDumpFormatOutput non-recursiveNick Wellnhofer2020-07-281-225/+185
* Fix typosNick Wellnhofer2020-03-081-3/+3
* Large batch of typo fixesJared Yanovich2019-09-301-1/+1
* Fix HTML serialization with UTF-8 encodingNick Wellnhofer2018-10-131-44/+40
* Stop using doc->charset outside parser codeNick Wellnhofer2018-10-131-34/+4
* Allow HTML serializer to output HTML5 DOCTYPEShaun McCance2015-04-031-1/+2
* Do not URI escape in server side includesRomain Bondue2013-04-231-11/+38
* Big space and tab cleanupDaniel Veillard2012-09-111-18/+18
* Improve HTML escaping of attribute on outputDaniel Veillard2012-09-051-4/+9
* Convert the HTML tree module to the new buffersDaniel Veillard2012-07-231-22/+35
* Fix html serialization error and htmlSetMetaEncoding()Daniel Veillard2012-05-111-3/+9
* Add options to ignore the internal encodingDaniel Veillard2011-05-261-10/+8
* 582913 Fix htmlSetMetaEncoding() to be nicerDaniel Veillard2009-08-121-33/+38
* 575875 don't output charset=htmlDaniel Veillard2009-08-121-0/+4
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-1/+6
* htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe fixes bugDaniel Veillard2007-06-121-0/+4
* Add linefeeds to error messages allowing for consistant handling.Rob Richards2006-08-151-5/+5
* fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of anRob Richards2005-12-201-3/+19
* fixed bug #310333 with a patch close to the provided patch for HTML UTF-8Daniel Veillard2005-08-081-0/+4
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixing bug 168196, <a name=""> must be URI escaped too DanielDaniel Veillard2005-03-291-1/+3
* augmented types supported a number of new bug fixes and documentationDaniel Veillard2004-11-061-0/+2
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-2/+3
* extending the tests coverage more fixes and cleanups DanielDaniel Veillard2004-11-041-1/+4
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-0/+6
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-1/+1
* change --html to make sure we use the HTML serialization rule by defaultDaniel Veillard2003-11-041-5/+10
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-1/+1
* converted too small cleanup DanielDaniel Veillard2003-10-091-20/+51
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-1/+2
* Fixed bug 121394 - missing ns on attributesWilliam M. Brack2003-09-151-0/+4
* hum try to avoid some troubles when the library is not initialized and oneDaniel Veillard2003-08-081-0/+16
* fixing bug #112904: html output method escaped plus sign character in URIDaniel Veillard2003-05-161-1/+1
* patch from Vasily Tchekalkin to fix #109865 DanielDaniel Veillard2003-04-101-0/+4
* Fixed reopening of #78662 <form action="..."> is an URI reference DanielDaniel Veillard2003-03-271-2/+5
* avoid escaping ',' in URIs DanielDaniel Veillard2003-03-231-1/+1
* fixes #102920 about namespace handling in HTML output and section 16.2Daniel Veillard2003-01-091-1/+15
* patch from Mark Vadok about htmlNodeDumpOutput location. removed anDaniel Veillard2002-12-121-2/+0