p:archive 075 (AB)
Test is expected to fail with error code err:XD0064.
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"
xmlns:t="http://xproc.org/ns/testsuite/3.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema" version="3.0">
<p:output port="result"/>
<p:archive>
<p:with-option name="relative-to"
select="xs:anyURI('%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>
Revision history
- 14 Dec 2019, Achim Berndzen
Fixed test by declaring prefix "xs". - 23 Nov 2019, Achim Berndzen
Test added