You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(...).
The text was updated successfully, but these errors were encountered:
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
fromSchemaValidationContext::from_parser(...)
.The text was updated successfully, but these errors were encountered: