Test err-xd0063-001.xml is expected to fail with error code err:XD0063
.
<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:identity>
<p:with-input port="source">
<p:inline content-type="text/plain">You can’t have <markup/> in here.</p:inline>
</p:with-input>
</p:identity>
</p:declare-step>
Throw err:XD0063 if an element is inserted into a non-markup inline.