Tests casting from an xml content type to a binary document: Different content-types.
Test ab-cast-content-type-010.xml is expected to fail with error code err:XC0074
.
<p:declare-step xmlns:c="http://www.w3.org/ns/xproc-step" xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" name="pipeline" version="3.0">
<p:output port="result"/>
<p:cast-content-type content-type="application/octet-stream">
<p:with-input>
<c:data content-type="image/jpeg">SSBhbSBqdXN0IGEgdGV4dC4=</c:data>
</p:with-input>
</p:cast-content-type>
</p:declare-step>
Initial tests for the new iteration of p:cast-content-type