Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
applied a DLL patch from Wayne Davison, Daniel
Message cleanup Jumbo Diff:
- in xmlerror.h : I added the export of an error context type (void *)
an error handler type xmlGenericErrorFunc
there is an interface
xmlSetGenericErrorFunc (void *ctx, xmlGenericErrorFunc handler);
to reset the error handling routine and its argument
(by default it's equivalent to respectively fprintf and stderr.
- in all the c files, all wild accesses to stderr or stdout within
the library have been replaced to the handler.
- removed slashrdf.c now obsolete
Daniel
Moved xml-error.h to xmlerror.h since this was breaking automake Worked on the xpointer implementation and tests, Daniel