p:inline 006

Test p-inline-006.xml is expected to fail with error code err:XD0056.

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" name="main" version="3.0">
   <p:output port="result" sequence="true"/>
   <p:identity name="inline">
      <p:with-input port="source">
         <p:inline encoding="base64" content-type="image/png">
iVBORw0KGgoAAAANSUhEUgAAAIAAAAAdCAYAAABixmRWAAAABGdBTUEAALGPC/xhBQAAACBjSFJN
<c:no-markup-please/>
         </p:inline>
      </p:with-input>
   </p:identity>
   <p:cast-content-type name="cast" content-type="application/xml">
      <p:with-input port="source" pipe="@inline"/>
   </p:cast-content-type>
   <p:wrap-sequence wrapper="c:result"/>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

12 Oct 2018, Achim Berndzen

Fixing broken test (namespace removed)

07 Jul 2018 17:01, Achim Berndzen

=Adapted tests to PR #422

02 May 2018 18:16, Achim Berndzen

Change test with document-properties to map{xs:QName, item()}

03 Apr 2018 16:57, Achim Berndzen

Some new tests.

02 Feb 2018 17:42, Achim Berndzen

added new tests

09 Oct 2017 21:11, Norman Walsh

New p:inline tests

09 Oct 2017 21:10, Norman Walsh

New p:inline tests