applied patch from Stphane Bidoul for structured error reporting. Daniel

* error.c: applied patch from Stphane Bidoul for structured error
  reporting.
Daniel
This commit is contained in:
Daniel Veillard 2004-01-02 20:26:01 +00:00
parent 2cca446b86
commit d34b0b8fb8
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
* error.c: applied patch from Stéphane Bidoul for structured error
reporting.
Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
* include/libxml/xmlwriter.h xmlwriter.c: applied the patch from

View File

@ -537,6 +537,9 @@ __xmlRaiseError(xmlStructuredErrorFunc schannel,
to->node = node;
to->ctxt = ctx;
if (to != &xmlLastError)
xmlCopyError(to,&xmlLastError);
/*
* Find the callback channel.
*/