Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions step-message/src/main/xml/specification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ A machine-readable description of this step may be found in
<p:input port="source" sequence="true"/>
<p:output port="result" sequence="true"/>
<p:option name="test" as="xs:boolean" select="true()"/>
<p:option name="select" as="xs:string" required="true"/>
<p:option name="select" as="item()*" required="true"/>
</p:declare-step>

<para>Steps that produce messages offer one way for an author to keep track of
Expand All @@ -108,8 +108,8 @@ harder to read and understand.</para>
and is considerably less verbose.</para>

<para>If the <tag class="attribute">test</tag> attribute is
“<literal>true</literal>”, the <tag class="attribute">select</tag> expression is
evaluated and made available. (As with the <link
“<literal>true</literal>”, the result of evaluating the <tag class="attribute">select</tag> option is
serialized and made available. (As with the <link
xlink:href="https://spec.xproc.org/master/head/xproc/#messages">message
attribute</link>, this is intentionally vague. <impl>Precisely what “made
available” means is <glossterm>implementation-defined</glossterm>.</impl>
Expand Down