cast-content-type 010 (AB)

Tests casting from an xml content type to a binary document: Different content-types.

Test is expected to fail with error code err:XC0074.

The pipeline

<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"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" 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>

Revision history

27 Dec 2019, Achim Berndzen
Initial tests for the new iteration of p:cast-content-type