Skip to content
  • Nick Wellnhofer's avatar
    error: Stop printing some errors by default · 531d06ad
    Nick Wellnhofer authored
    Unfortunately, it's long-standing behavior for libxml2 to print all
    reported errors to stderr by default. This default behavior is now
    partially disabled. If no error handler is set, only parser and
    validation errors are passed to a generic error handler or printed to
    stderr. Other errors are still available via xmlGetLastError and can be
    captured with a structured error handler.
    531d06ad