summaryrefslogtreecommitdiff
path: root/HTMLtree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* applied the same kind of refactoring to the HTML saving code. slight APIDaniel Veillard2002-11-271-307/+36
* fixed serialization of script and style when they are not lowercase (i.e.Daniel Veillard2002-10-161-4/+4
* fixing bug #94241 on HTML boolean attributes DanielDaniel Veillard2002-09-261-1/+1
* small cleanup of the man page fixed a potential problem raised by PetrDaniel Veillard2002-08-121-4/+4
* integrated a cleaned up version of Marc Liyanage' patch for booleanDaniel Veillard2002-08-121-2/+41
* trying to fix the <style> escaping problem in HTML serialization bugDaniel Veillard2002-07-291-2/+4
* changed the order of the encoding declaration attributes in the meta tagsDaniel Veillard2002-07-171-2/+2
* fixed & serialization bug introduced in 2.4.20 this changes a few thingsDaniel Veillard2002-04-181-2/+2
* fixing bug #78662 i.e. add proper escaping of URI when saving HTML files.Daniel Veillard2002-04-141-2/+35
* preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18Daniel Veillard2002-03-181-0/+1
* Fixing #74186, made sure all boolean expressions get fully parenthesized,Daniel Veillard2002-03-111-55/+0
* fixed some htmlSetMetaEncoding() problems fixup and integrated tests forDaniel Veillard2002-03-061-8/+2
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-3/+0
* Build a new version hopefully near complete and fully documented of theDaniel Veillard2002-01-221-0/+1
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-11/+11
* cleanup some static declarations DanielDaniel Veillard2001-12-131-4/+4
* more include cleanups, export cleanly one html output + format function.CET 2001 Daniel Veillard2001-11-011-3/+0