aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* applied a documentation patch from Stefan Kost DanielDaniel Veillard2003-01-241-9/+17
* minimized the memory allocated for GetContent and a bit of cleanup. DanielDaniel Veillard2003-01-231-2/+3
* fixed the streaming property of the reader, it was generating tree fasterDaniel Veillard2003-01-141-0/+3
* fixes #102920 about namespace handling in HTML output and section 16.2Daniel Veillard2003-01-091-1/+3
* applied patch from Lukas Schroeder for register callbacks modified patchDaniel Veillard2003-01-051-1/+24
* backing out one change in the last patch which broke the regression testsDaniel Veillard2003-01-011-2/+0
* applied an old patch from Lukas Schroeder to track node creation andDaniel Veillard2003-01-011-4/+79
* Fixed a really nasty problem raised by a DocBook XSLT transform providedDaniel Veillard2002-12-301-0/+1
* 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 newDaniel 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