libxml2/result/relaxng/broken-xml_0.err
Nick Wellnhofer 83c6aeef49 relaxng: Improve error handling
Pass RelaxNG structured error handler to XML parser.

Handle malloc failure from xmlRaiseError.

Remove argument from memory error handler.

Use xmlRaiseMemoryError.

Don't use xmlGenericError.

Remove TODO macro.
2023-12-21 15:01:42 +01:00

6 lines
243 B
Plaintext

./test/relaxng/broken-xml.rng:2: parser error : Couldn't find end of Start Tag foo line 1
^
Relax-NG parser error : xmlRelaxNGParse: could not load ./test/relaxng/broken-xml.rng
Relax-NG schema ./test/relaxng/broken-xml.rng failed to compile