Tests p:archive: It is a dynamic error, if @relative-to is not a valid URI according to RFC 3986.
Test ab-p-archive-077.xml is expected to fail with error code err:XD0064 [Core steps, XProc]
.
<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" xmlns:xs="http://www.w3.org/1999/XSL/Transform" version="3.0">
<p:output port="result"/>
<p:archive relative-to="relative" xml:base="/%gg/">
<p:with-input port="source">
<p:inline document-properties="map{'base-uri' : 'http://test/one.xml'}">
<doc-a/>
</p:inline>
</p:with-input>
</p:archive>
</p:declare-step>
Test added