Skip to content

Commit

Permalink
Change parameter input port to parameters option on p:template
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Mar 19, 2015
1 parent d691a3b commit 2f2279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langspec/xproc20-steps/steps.xml
Expand Up @@ -2712,8 +2712,8 @@ expression.</para>
<p:declare-step type="p:template">
<p:input port="template"/>
<p:input port="source" sequence="true" primary="true"/>
<p:input port="parameters" kind="parameter"/>
<p:output port="result"/>
<p:option name="parameters" as="map(xs:QName,item())"/>
</p:declare-step>

<para>While evaluating each expression, the names of any parameters passed to the
Expand Down

0 comments on commit 2f2279a

Please sign in to comment.