aboutsummaryrefslogtreecommitdiffstats
path: root/xinclude.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from bug #454608 from Patrik Fimml. Fixes bug #454608.William M. Brack2007-07-181-12/+1
* fixed problem with invalid char encountered during text include (reportedWilliam M. Brack2007-02-131-0/+3
* anothe XInclude user data propagation patch from Michael Day DanielDaniel Veillard2006-12-041-0/+5
* fixed a comment applied a patch from Michael Day to add a new functionDaniel Veillard2006-09-291-2/+28
* fix bug #343968, include='text' can't lead to a recursion. DanielDaniel Veillard2006-06-061-1/+1
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-10/+14
* fixed bug #302302, nasty but the fix is rather simple. DanielDaniel Veillard2005-08-101-2/+6
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-3/+3
* Enhanced handling of xml:base for included elements, fixing bugs 169209William M. Brack2005-06-011-17/+66
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS whenWilliam M. Brack2005-02-121-1/+1
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-3/+6
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-2/+3
* added help for new set shell command added parser option to not generateDaniel Veillard2004-08-161-20/+35
* added some code to check, when an include is done, whether the requestedWilliam M. Brack2004-07-261-0/+10
* some further enhancement to take care of xml:base for XPointer elementsWilliam M. Brack2004-06-081-3/+22
* added a new routine xmlBuildRelativeURI needed for enhancement ofWilliam M. Brack2004-06-071-6/+39
* a little further fixing of fallback processing, this time for fallbackWilliam M. Brack2004-05-121-2/+3
* minor warning cleanup (no change to logic) fixed return value for internalWilliam M. Brack2004-04-171-1/+3
* fixed problem causing duplicate fallback execution (bug 139520) addedWilliam M. Brack2004-04-161-0/+2
* 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