-
Notifications
You must be signed in to change notification settings - Fork 41
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
Schema-Awareness #297
Comments
Thanks. Apologies for the delay. I will try to look into this this weekend. |
Hi Norm <p:try name="final"> ends up inside the catch, produces my message saying the files is invalid when it is not and an error output of |
I can't reproduce this. If someone has a test case, preferably one that doesn't require Oxygen, that would be very helpful. |
This is a small example that causes it as soon as you uncomment the p:with-param. My invocation looks like this: java com.xmlcalabash.drivers.Main --saxon-configuration saxon-ee.xml -isource=demo.xml demo.xpl |
Was this reproducible? I can produce a test case as well, if needed. |
I just updated to current versions of Saxon-EE (from 9.6.0 to 9.9.1.5) and XML Calabash (from 1.1.19-96 to 1.1.29-99), and I am running into the following error:
XD0023: The supplied node has been schema-validated, but the XPath expression was compiled without schema-awareness
This appears to be occurring with a validate-with-schematron step where the input comes from a validate-with-xml-schema step.
The text was updated successfully, but these errors were encountered: