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
Hello, I'm trying to validate using a step p:validate-with-xml-schema with XSD 1.1, It seems to be supported by Calabash XML from the version 1.0.19:
cx:version
p:validate-with-xml-schema
It s not clear to me how to use cx:version, unfortunately I did not find any doc or example of use online. This is the related snippet
<p:when test="/NOTICE[@type='index']"> <p:validate-with-xml-schema cx:version="1.1"> <p:input port="schema"> <p:document href="https://raw.githubusercontent.com/op-cellar-git/eurlex-xml-format/master/new/index.xsd"/> </p:input> </p:validate-with-xml-schema> </p:when>
the compete XPL here: https://github.com/op-cellar-git/eurlex-xml-format/blob/master/new/xproc/procxsd11.xpl This attribute seems to be completely ignored. Don not know why. Thanks, Simone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to validate using a step p:validate-with-xml-schema with XSD 1.1,
It seems to be supported by Calabash XML from the version 1.0.19:
cx:version
attribute to thep:validate-with-xml-schema
step so that you can request XSD 1.1.It s not clear to me how to use cx:version, unfortunately I did not find any doc or example of use online. This is the related snippet
the compete XPL here: https://github.com/op-cellar-git/eurlex-xml-format/blob/master/new/xproc/procxsd11.xpl
This attribute seems to be completely ignored. Don not know why.
Thanks,
Simone
The text was updated successfully, but these errors were encountered: