Open
Description
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(...)
.