Tests p:archive: It is a dynamic error, if a document mentioned in manifest can not be resolved.
Test ab-p-archive-078.xml is expected to fail with error code err:XD0011
.
<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" version="3.0">
<p:output port="result"/>
<p:archive>
<p:with-input>
<p:empty/>
</p:with-input>
<p:with-input port="manifest">
<c:archive>
<c:entry name="new-entry" href="i-do-not-exist"/>
</c:archive>
</p:with-input>
</p:archive>
</p:declare-step>
Changed error code from XC0085 to XD0011.
Test added