Tests XS0100 is raised, when p:input has a p:pipe child.
Test ab-input-030.xml is expected to fail with error code err:XS0100
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" name="main" version="3.0">
<p:input port="source"/>
<p:input port="secondary">
<p:pipe step="main" port="source"/>
</p:input>
<p:output port="result"/>
<p:identity/>
</p:declare-step>
Changed expected error code from XS0044 to XS0100.
Added test to make sure p:pipe is no child of p:input. Making content-type statically in the last remaining tests.