rust-libxml icon indicating copy to clipboard operation
rust-libxml copied to clipboard

Schema validation errors

Open o087D opened this issue 2 years ago • 1 comments

Before I dig too deeply in to this issue, am I right in thinking that schema validation errors are not currently captured?

When I input schema error in to ./tests/schema_tests.rs the error is printed to the terminal by (I assume) the libxml2 library and is not part of the messages returned in the Err from SchemaValidationContext::from_parser(...).

o087D avatar Feb 18 '23 07:02 o087D

@o087D was this question resolved by the changes in PR #116 ?

dginev avatar May 08 '24 15:05 dginev