p:archive 074 (AB)

Tests p:archive: It is a dynamic error, if @href is not a valid absolute URI according to RFC 3986.

Test ab-p-archive-074.xml is expected to fail with error code err:XD0064 [XProc, Core steps].

The pipeline


<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 port="source">
         <p:inline document-properties="map{'base-uri' : 'http://test/one.xml'}">
            <doc-a/>
         </p:inline>
      </p:with-input>
      <p:with-input port="manifest">
         <c:archive>
            <c:entry href="%gg" name="entry.xml"/>
         </c:archive>
      </p:with-input>
   </p:archive>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

23 Nov 2019, Achim Berndzen

Test added