Skip to content
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

Attempt to use message attribute on p:identity steps gives error err:XS0031 The option named ‘message’ is not allowed on a ‘p:identity’ step #24

Open
martin-honnen opened this issue Dec 17, 2021 · 0 comments

Comments

@martin-honnen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant