We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a test validating the same scenario on the reader side in wstxtest.msv.TestW3CSchema.testSimpleNonNsUndefinedId():
wstxtest.msv.TestW3CSchema.testSimpleNonNsUndefinedId()
woodstox/src/test/java/wstxtest/msv/TestW3CSchema.java
Lines 143 to 151 in b853557
There the validation exception containg Undefined ID 'm3' is thrown properly.
Undefined ID 'm3'
When the same test is adapted for SimpleNsStreamWriter the exception is not thrown.
SimpleNsStreamWriter
A PR with the reproducer follows.
The text was updated successfully, but these errors were encountered:
The above is with W3CSchema. The same is reproducible with a RelaxNG schema. A reproducer follows.
Sorry, something went wrong.
Add a reproducer for FasterXML#189 'Undefined ID' not thrown when val…
b4abb1e
…idating with SimpleNsStreamWriter
e9d41a2
No branches or pull requests
There is a test validating the same scenario on the reader side in
wstxtest.msv.TestW3CSchema.testSimpleNonNsUndefinedId()
:woodstox/src/test/java/wstxtest/msv/TestW3CSchema.java
Lines 143 to 151 in b853557
There the validation exception containg
Undefined ID 'm3'
is thrown properly.When the same test is adapted for
SimpleNsStreamWriter
the exception is not thrown.A PR with the reproducer follows.
The text was updated successfully, but these errors were encountered: