mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
xinclude: Set error handler when parsing text
This commit is contained in:
parent
a0330b53c8
commit
ed8b4264f6
@ -1653,6 +1653,8 @@ xmlXIncludeLoadTxt(xmlXIncludeCtxtPtr ctxt, xmlXIncludeRefPtr ref) {
|
||||
xmlXIncludeErrMemory(ctxt);
|
||||
goto error;
|
||||
}
|
||||
if (ctxt->errorHandler != NULL)
|
||||
xmlCtxtSetErrorHandler(pctxt, ctxt->errorHandler, ctxt->errorCtxt);
|
||||
inputStream = xmlLoadExternalEntity((const char*)url, NULL, pctxt);
|
||||
if (inputStream == NULL) {
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user