Tests p:text-join: @overwrite-content-type must be a text media type.
Test ab-text-join-014.xml is expected to fail with error code err:XC0001
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:text-join suffix="Injected text." override-content-type="text/xml">
<p:with-input>
<p:inline content-type="text/plain">Text</p:inline>
</p:with-input>
</p:text-join>
</p:declare-step>
Tests for p:text-join