summaryrefslogtreecommitdiff
path: root/xinclude.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-9/+1
* Changed the flag to xmlDocCopyNode (and similar routines), previously usedWilliam M. Brack2004-03-091-4/+14
* enhanced to assure that if xpointer is called for a document, theWilliam M. Brack2004-03-081-0/+18
* modified to make sub-includes inherit the parse flags from the parentWilliam M. Brack2004-03-071-0/+5
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-0/+2
* remove the warning on the 2001 namespace remove some warnings whenDaniel Veillard2004-02-091-0/+2
* added a small hack to fix interference between my fixes for bugs 132585William M. Brack2004-02-081-1/+5
* fixed problem with function xmlXIncludeCopyRange (bug 133686).William M. Brack2004-02-071-3/+8
* changed coding to output good XIncludes when one or more bad ones areWilliam M. Brack2004-02-061-3/+10
* corrected handling of empty fallback condition (bug 132585)William M. Brack2004-02-061-14/+18
* fixed problem regarding freeing of dictionary when there are errors withinWilliam M. Brack2004-02-041-0/+3
* fixing #130453 XInclude element with no href attribute fully integratingDaniel Veillard2004-01-251-4/+3
* added io1.c an example ox xmlIO usage and io1.res test result, fixed aDaniel Veillard2004-01-231-1/+6
* fixed problem with "recursive" include (fallback contains another includeWilliam M. Brack2004-01-021-1/+16
* fixed problem caused by wrong dictionary reference count, reported on theWilliam M. Brack2003-12-311-4/+4
* fixed problem pointed out by Stéphane Bidoul on the list. completedWilliam M. Brack2003-12-311-30/+55
* Fixed memory leak reported by Dave Beckett Removed spurious commentWilliam M. Brack2003-12-301-25/+24
* XInclude xpointer support was broken with the new namespace. Fixes #129932Daniel Veillard2003-12-241-0/+5
* fixed a serious problem in XInclude #129021 DanielDaniel Veillard2003-12-211-1/+1
* augmented the XInclude API to be able to pass XML parser flags down to theDaniel Veillard2003-12-091-9/+104
* filter warning messages if the global setting blocks them updated theDaniel Veillard2003-12-081-26/+73
* fix an error message added tree2 example from Lucas Brasilino DanielDaniel Veillard2003-11-191-1/+1
* fixed bug #125812, about XPointer in XInclude failing but not returning anDaniel Veillard2003-11-031-0/+7
* adding XInclude support to the reader interface. Lot of testing of theDaniel Veillard2003-11-031-12/+25
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-2/+2
* comment fix migrating the catalog code to the new infrastructure DanielDaniel Veillard2003-10-091-1/+1
* final error handling cleanup converted XInclude to the new error handlingDaniel Veillard2003-10-081-226/+143
* patch from Mark Vakoc that allows compiling with XInclude but withoutDaniel Veillard2003-09-011-1/+6
* get rid of some compilation warnings. fix the performance problem reportedDaniel Veillard2003-08-141-150/+160
* fixing bug 118559William M. Brack2003-07-311-1/+1
* added a new API xmlXIncludeProcessTree() to process XInclude only on aDaniel Veillard2003-07-221-6/+38
* fixed bug #116095 removing the error message when reapplying XInclude to aDaniel Veillard2003-07-061-1/+5
* try to work on bug #109225 and provide better error reports. this changeDaniel Veillard2003-03-311-0/+10
* forgot to apply one check from #106931 patch more work on XML SchemasDaniel Veillard2003-03-291-1/+2
* should fix #109327 errors on memory accesses DanielDaniel Veillard2003-03-271-0/+5
* Fixes bug #106931 in XInclude entities merging. DanielDaniel Veillard2003-02-241-0/+3
* added TODO for the DTD compatibility spec more bug fixes driven by theDaniel Veillard2003-02-131-24/+321
* Work on the W3C/NIST regression tests for XInclude, improved the script,Daniel Veillard2003-02-111-0/+38
* applied another bug fix from Sean Chittenden DanielDaniel Veillard2003-02-071-5/+1
* fixing bug #105137 about entities declaration needing to be copied to theDaniel Veillard2003-02-041-1/+76
* fallback was only copying the first child not the full child list of theDaniel Veillard2002-12-131-1/+1
* fixed #99082 for xi:include encoding="..." support on text includes. addedDaniel Veillard2002-11-201-9/+39
* make sure ATTRIBUTE_UNUSED is always put after the attribute declaration,Daniel Veillard2002-09-261-1/+1
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-1/+4
* reimplemented a large part of the XInclude processor, trying to minimizeDaniel Veillard2002-09-051-140/+458
* oops I was missing the xml:base fixup too this adds xml:base attributes toDaniel Veillard2002-08-141-0/+14
* quick but apparently working implementation of xi:fallback, should closeDaniel Veillard2002-08-141-19/+69
* adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecoverDaniel Veillard2002-08-021-0/+1
* preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18Daniel Veillard2002-03-181-0/+1
* fix #68882, cleanup the XInclude copying of node, merge back IDs in theDaniel Veillard2002-02-101-13/+370