Test p-inline-004.xml is expected to fail with error code err:XS0069
.
<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="unknown" content-type="image/png">
iVBORw0KGgoAAAANSUhEUgAAAIAAAAAdCAYAAABixmRWAAAABGdBTUEAALGPC/xhBQAAACBjSFJN
</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>
Fixed syntax of pipe
attribute.
Fixing broken test (namespace removed)
=Adapted tests to PR #422
Some new tests.
added new tests
New p:inline tests
New p:inline tests