-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Meaning of 'Schemas validation error' #31
Comments
Here is the most simple example to reproduce the error
The XML document uses a recipe schema (recive_1) which in turn uses a datatype defined in a second schema (recipe_2). with
we get the output
swapping the order of elements in the list of shemas to
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use xmllint to validate an XML document against a set of schemas and get the following error:
Line 26 of the XML document is
and the node/express code being used is
the "sample" files can be found in https://github.com/paulhiggs/dvb-sl-check/tree/master/sample
the "schema" files can be found in https://github.com/paulhiggs/dvb-sl-check/tree/master/schema
The XML document validates OK with XMLspy 2019
The text was updated successfully, but these errors were encountered: