summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Changed the flag to xmlDocCopyNode (and similar routines), previously usedWilliam M. Brack2004-03-091-11/+19
* fixing compilation bug with some options disabled as well asDaniel Veillard2004-03-041-75/+88
* commiting the new xmlsave module before the actuall big code change.Daniel Veillard2004-03-041-1686/+0
* applied a cleanup patch from Peter Breitenlohner removed a doc buildDaniel Veillard2004-02-251-1/+1
* xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an oldDaniel Veillard2004-02-201-0/+1
* some clarification in xmlDocDumpMemory() documentation fixed xmllintDaniel Veillard2004-02-191-2/+4
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-111-8/+7
* fixed missing output of internal DTD param entities when nothing elseWilliam M. Brack2004-02-111-1/+2
* moved serialization of attribute text data (xmlSerializeContent) into aWilliam M. Brack2004-02-011-127/+138
* added a routine xmlStrncatNew to create a new string from 2 frags. addedWilliam M. Brack2004-01-041-2/+16
* inhibited production of "(null):" in xmlGetNodePath when node has defaultWilliam M. Brack2003-12-231-1/+5
* tree.c - add explanation of namespace inheritance when ns is NULL toMST 2003 John Fleck2003-12-201-2/+4
* tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate onMST 2003 John Fleck2003-12-191-2/+2
* tree.c doc/* Elaborate in documentation discussion of xmlNewChild andMST 2003 John Fleck2003-12-171-5/+8
* tentative fix for #126117 character reference in attributes output problemDaniel Veillard2003-12-081-0/+6
* minor changes to some comments rebuilt the generated HTML pages forWilliam M. Brack2003-11-141-7/+11
* second BeOS patch from Marcin 'Shard' Konicki DanielDaniel Veillard2003-11-011-4/+16
* applied a couple of patches from Mark Lilback about text nodes coalescingDaniel Veillard2003-10-291-1/+3
* applied patch from Kasimier Buchcik which fixes a problem in xmlSearchNsDaniel Veillard2003-10-281-17/+23
* fix bug #125047 about serializing when finding a document fragment node.Daniel Veillard2003-10-281-0/+4
* last minute patch from Eric Zurcher making it into 2.6.0 DanielLIBXML2_6_0Daniel Veillard2003-10-211-1/+1
* preparing libxml2-2.6.0 updated and regenerated the docs and API moved theDaniel Veillard2003-10-211-2/+2
* cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(), tested itDaniel Veillard2003-10-191-89/+14
* adding xmlNodeBufGetContent() allowing to grab the content without forcingDaniel Veillard2003-10-191-0/+142
* fixed segfault when input file not present changed output formatting ofWilliam M. Brack2003-10-191-1/+2
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-9/+9
* enhanced macros to avoid breaking ABI from previous versions. modified toWilliam M. Brack2003-10-181-19/+19
* converted too small cleanup DanielDaniel Veillard2003-10-091-2/+5
* more cleanup through the I/O error path DanielDaniel Veillard2003-10-081-1/+1
* converting the tree module too created a simpler internal error reportingDaniel Veillard2003-10-071-130/+170
* Adding a configure option to remove tree manipulation code which is notDaniel Veillard2003-09-291-12/+49
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-55/+62
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-0/+2
* added the same htmlRead APIs than their XML counterparts new parserDaniel Veillard2003-09-261-13/+53
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-83/+52
* adding a new set of API for parsing xmlReadDoc() xmlReadFile() ...Daniel Veillard2003-09-231-1/+1
* the uri arg to xmlNodeSetBase is really a const xmlChar* addin theDaniel Veillard2003-09-221-1/+1
* preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code inDaniel Veillard2003-09-191-15/+1
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-7/+57
* factoring of more error handling code, serious size reduction and moreDaniel Veillard2003-09-141-2/+2
* applied speedup to xmlSearchNs() as suggested by Luca Padovani. Cleaned upDaniel Veillard2003-09-121-70/+122
* adding namespace checkings while making sure they still parse asDaniel Veillard2003-09-111-2/+2
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-58/+132
* fixes a small bug introduced in last commit and detected by valgrind.Daniel Veillard2003-08-191-0/+1
* optimization when freeing hash tables. some tuning of buffer allocationsDaniel Veillard2003-08-191-1/+13
* hum try to avoid some troubles when the library is not initialized and oneDaniel Veillard2003-08-081-0/+10
* 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-5/+25
* added a new API to split a QName without generating any memory allocationDaniel Veillard2003-08-041-0/+37
* applied Peter Jacobi encoding cleanup patch, and also avoided a possibleDaniel Veillard2003-07-291-34/+5