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
With Calabash 2.99.11, the pipeline
<?xml version="1.0"?> <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0"> <p:input port="source"/> <p:output port="result"/> <p:identity message="{document-uri()}"/> </p:declare-step>
gives the error
ERROR file:///SomePath/XProc3/identity-step/identity-test1.xpl:6:41 err:XS0031 The option named ‘message’ is not allowed on a ‘p:identity’ step.
Works fine with Morgana and not being able to use the message attribute makes debugging what goes wrong in your pipeline rather difficult.
message
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With Calabash 2.99.11, the pipeline
gives the error
Works fine with Morgana and not being able to use the
message
attribute makes debugging what goes wrong in your pipeline rather difficult.The text was updated successfully, but these errors were encountered: