Skip to content

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

Description

@martin-honnen

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions