aboutsummaryrefslogtreecommitdiffstats
path: root/xmlsave.c
Commit message (Expand)AuthorAgeFilesLines
* fixed problem reported on bug #460415 DanielDaniel Veillard2007-07-261-5/+6
* Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)William M. Brack2007-05-221-1/+0
* applied patch from Björn Wiberg to try to fix again the sillyDaniel Veillard2007-03-201-1/+3
* started to switch xmllint to use xmlSaveDoc to test #342556 fixed #342556Daniel Veillard2006-10-161-15/+77
* fixed a comment applied a patch from Michael Day to add a new functionDaniel Veillard2006-09-291-1/+1
* Add linefeeds to error messages allowing for consistant handling.Rob Richards2006-08-151-5/+5
* Removed the automatic generation of CDATA sections for the content of theKasimier T. Buchcik2006-07-131-1/+9
* applied patch from Geert Jansen to implement the save function to aDaniel Veillard2005-11-091-10/+33
* prevent output of fragment tags when serializing XHTML.Rob Richards2005-10-211-0/+4
* release of 2.6.22 updated doc and rebuild. added XML_SAVE_NO_XHTMLDaniel Veillard2005-09-121-7/+9
* applied second patch from David Madore to be less intrusive when handlingDaniel Veillard2005-09-121-11/+12
* add XML_SAVE_NO_EMPTY save option and use option from xmlSaveCtxtPtrRob Richards2005-09-121-10/+38
* fix bug #316034, where xmlElemDump() can crash if given a document pointerDaniel Veillard2005-09-121-0/+5
* check for NULL to prevent crash with meta elementsRob Richards2005-09-031-3/+5
* move handling of meta element for http-equiv in XHTML docs toRob Richards2005-08-261-17/+47
* fixed #145092 by adding an xmlSaveOption to omit XML declaration DanielDaniel Veillard2005-08-081-24/+26
* applied patch from Mark Vakoc fixing saving of CDATA with NULL content.Daniel Veillard2005-05-201-12/+17
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed bug reported by Petr Pajas, in the absence of encoding UTF-8 shouldDaniel Veillard2005-03-311-0/+3
* fixed problem when XMLLINT_INDENT was empty (bug 168033). fixedWilliam M. Brack2005-02-211-2/+4
* fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not setWilliam M. Brack2005-02-111-3/+1
* trying to fix at least the message from bug #158628 added first xmlsaveDaniel Veillard2005-01-161-0/+7
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+2
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-2/+13
* extending the tests coverage more fixes and cleanups DanielDaniel Veillard2004-11-041-4/+14
* fixed 2 problems raised by #152140, one which is that notation not in theDaniel Veillard2004-09-081-4/+8
* added a dumb rule to able to compile tst.c when people submit a sampleDaniel Veillard2004-08-141-0/+4
* hack based on Arjan van de Ven suggestion to reduce ELF footprint andDaniel Veillard2004-06-271-3/+1
* start adding API for escaping customization. DanielDaniel Veillard2004-05-151-24/+44
* more xmlSave cleanup, optimization and refactoring DanielDaniel Veillard2004-05-151-234/+238
* third pass at the escaping refactoring. DanielDaniel Veillard2004-05-141-32/+178
* second pass on escaping handling, start to looks better, need to beDaniel Veillard2004-05-141-4/+4
* first pass at refactoring the escape on save routines for betterDaniel Veillard2004-05-131-32/+40
* apply fix for XHTML1 formating from Nick Wellnhofer fixes bug #141266Daniel Veillard2004-05-091-0/+4
* Fixed bug #141529 i.e. various problems when building with --without-htmlDaniel Veillard2004-04-301-4/+2
* fix a nasty problem with reading over the end fix a reported memory leakDaniel Veillard2004-04-291-0/+2
* move the TODO as comments as the function while not finished are usableDaniel Veillard2004-04-161-2/+4
* optimize indentation based on the new context DanielDaniel Veillard2004-03-281-12/+54
* switched the output routines to use the new context. DanielDaniel Veillard2004-03-151-196/+213
* commiting the new xmlsave module before the actuall big code change.Daniel Veillard2004-03-041-0/+1950