Saxon Validator command line links to XSD 1.0 schema even for 1.1 features like assertions
Replies (1)
Please register to reply
Added by Martin Honnen over 2 years ago
Using SaxonCS 11.3 to validate an instance document against an XSD 1.1 schema with assertions I find that the error message/information about a failed assertion links to e.g. See http://www.w3.org/TR/xmlschema-1/#sec-cvc-assertion clause 0
which is the XSD 1.0 part of the spec which doesn't even have assertions and therefore trying to follow the link doesn't show any helpful information about the error. I guess it should be https://www.w3.org/TR/xmlschema11-1/#sec-cvc-assertion
instead.
Thanks, I've updated it for 12.0.
Please register to reply