Skip to content

Commit

Permalink
Merge pull request #567 from xml-project/fix-566
Browse files Browse the repository at this point in the history
Fixing step's signature of p:cast-content-type
  • Loading branch information
xml-project committed Oct 18, 2018
2 parents 86fd6df + 06a7973 commit 2787f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/src/main/xml/steps/cast-content-type.xml
Expand Up @@ -7,8 +7,8 @@ of its input.</para>
<p:declare-step type="p:cast-content-type">
<p:input port="source" content-types="*/*"/>
<p:output port="result" content-types="*/*"/>
<p:option name="content-type" as="xs:string"/>
<p:option name="parameters" as="map(*)"/>
<p:option name="content-type" required="true" as="xs:string"/>
<p:option name="parameters" as="map(*)?"/>
</p:declare-step>

<para>The input document is transformed from one media type to another.
Expand Down

0 comments on commit 2787f5e

Please sign in to comment.