LibXML: Include line and column numbers in parse error messages

This commit is contained in:
Tim Ledbetter 2024-08-03 14:54:02 +01:00 committed by Ali Mohammad Pur
commit c0f30f31d1
Notes: github-actions[bot] 2024-08-03 16:24:28 +00:00
4 changed files with 30 additions and 29 deletions

View file

@ -1,3 +1,3 @@
Got load event
[object HTMLDocument]
Failed to parse XML document: Expected '>' at offset 21
Failed to parse XML document: Expected '>' at line: 1, col: 20 (offset 59)