summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* more work on the xml reader interfaces. updated Igor's mail and the WebDaniel Veillard2002-12-181-2/+2
* new API building Python script, does the C parsing directly, generates aDaniel Veillard2002-12-111-2/+5
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-6/+11
* Adding a new set of APIs based on the C# TextXmlReader API but convertedDaniel Veillard2002-12-091-3/+8
* Chip turner indicated that XHTML1 serialization rule for style actuallyDaniel Veillard2002-12-041-5/+16
* refactored the XML dump of a node to a buffer API to reuse the genericDaniel Veillard2002-11-271-476/+194
* modified the existing APIs to handle XHTML1 serialization rulesDaniel Veillard2002-11-211-8/+526
* fixed the initialization of the SAX structure which was breaking xsltprocDaniel Veillard2002-11-121-2/+88
* make xmlFreeNode() handle attributes correctly. DanielDaniel Veillard2002-11-071-0/+4
* applied patch from Brian Stafford to fix a bug in xmlReconciliateNs()Daniel Veillard2002-10-281-1/+1
* applied patch from Christian Glahn to allow xmlNewChild() on documentDaniel Veillard2002-10-281-0/+2
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-17/+0
* investigating xmlNodeGetContent() on namespace nodes and removed a fewDaniel Veillard2002-10-141-3/+7
* patch from Mark Vakoc to fix xmlNodeGetPath() DanielDaniel Veillard2002-10-081-7/+7
* improving some documentation comments found and fixed a mem leak withDaniel Veillard2002-09-251-12/+12
* fixed another stupid bug in xmlGetNodePath() --version now report theDaniel Veillard2002-09-171-1/+2
* try to make the copy function work for node of typeDaniel Veillard2002-09-051-1/+1
* applied the same fix for the XML-1.0 namespace to xmlSearchNsByHref() asDaniel Veillard2002-08-141-2/+20
* trying to fix a problem in namespaced attribute handling raised byDaniel Veillard2002-08-011-3/+1
* trying to fix a problem in namespaced attribute handling raised byDaniel Veillard2002-08-011-7/+1
* Opening the interface xmlNewCharEncodingHandler as requested in #89415Daniel Veillard2002-08-011-2/+26
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-4/+4
* patch from Richard Jinks for XPath substring() function new set of testsDaniel Veillard2002-06-101-3/+18
* performance patch from Peter Jacobi DanielDaniel Veillard2002-05-291-0/+147
* changed default value for global parameter xmlIndentTreeOutput to 1 andAleksey Sanin2002-05-241-4/+4
* modified xmlNodeSetBase to allow changing the base of a document. DanielDaniel Veillard2002-05-051-5/+15
* another entity processing update from Markus Henke DanielDaniel Veillard2002-04-201-166/+239
* patch from Markus Henke, fix for recursive entities. DanielDaniel Veillard2002-04-181-0/+22
* dohh I really didn't intended to commit this test version :-( DanielDaniel Veillard2002-03-201-31/+1
* I wanted to see the real speed at the SAX interface after a little tooDaniel Veillard2002-03-201-1/+31
* adding "make valgrind" running the full regression tests (except pythonDaniel Veillard2002-03-191-0/+14
* preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18Daniel Veillard2002-03-181-0/+1
* humm, changed the way the SAX parser work whenDaniel Veillard2002-03-181-0/+2
* Fixing #74186, made sure all boolean expressions get fully parenthesized,Daniel Veillard2002-03-111-242/+1
* fixed a bug newly introduced and pointed by Uwe Fechner in xmlCopyProp()Daniel Veillard2002-03-081-1/+2
* fixed xmlHasNsProp() bugs for defaulted from DTD attribs, added a specificDaniel Veillard2002-03-071-13/+31
* fixed xmlReconciliateNs(), added a Python test/example for inter-documentDaniel Veillard2002-03-071-2/+13
* fix bug #72490 added methods serialize() and saveTo() to all nodeDaniel Veillard2002-03-061-1/+2
* fixing #61290 "namespace nodes have no parent" long standing divergenceDaniel Veillard2002-03-041-3/+4
* patch from Boris Erdmann fixing some namespace odities with xmlCopyNode()Daniel Veillard2002-03-031-8/+50
* Fixing #71342 serializing '\n' in attribute values added a specific test.Daniel Veillard2002-02-131-20/+147
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-9/+0
* fix #68882, cleanup the XInclude copying of node, merge back IDs in theDaniel Veillard2002-02-101-0/+15
* Changed to the MIT Licence updated the doc accordingly preparing 2.4.14Daniel Veillard2002-02-081-0/+5
* hardened the addChild function added accessors needed for xmlNode, a bitDaniel Veillard2002-02-041-4/+14
* applied patch from Anthony Jones to implement copy of DTD subtree too. HadDaniel Veillard2002-01-261-3/+109
* more fixes from Petr Kozelka for attribute handling in the tree API toDaniel Veillard2002-01-241-18/+98
* another set of patches from Anthony Jones for copy operations cleanup andDaniel Veillard2002-01-241-5/+7
* apply an patch from Petr Kozelka for unlink and replace support ofDaniel Veillard2002-01-221-9/+37
* Build a new version hopefully near complete and fully documented of theDaniel Veillard2002-01-221-1/+2