Skip to content

Commit

Permalink
Making content-type of result explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
xml-project committed May 5, 2019
1 parent 51a50c8 commit 57b18d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/src/main/xml/steps/pack.xml
Expand Up @@ -11,7 +11,7 @@ fashion.</para>
<p:declare-step type="p:pack">
<p:input port="source" content-types="text xml html" sequence="true" primary="true"/>
<p:input port="alternate" sequence="true" content-types="text xml html"/>
<p:output port="result" sequence="true"/>
<p:output port="result" sequence="true" content-types="application/xml"/>
<p:option name="wrapper" required="true" as="xs:QName"/>
</p:declare-step>

Expand Down

0 comments on commit 57b18d7

Please sign in to comment.