This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print the file line and column number context in libxml2 error messages
This used to be done by libxml2 itself when using the "generic error handler" but was lost when switching to the "structured error handler". Unfortunately, we do not have as much context as with the generic handler, which used to also print the incriminated content and point to the exact location of the error. I didn't find any easy way to get it. Signed-off-by: David Wagner <[email protected]>
- Loading branch information