Test p:add-xml-base with all=true and relative=true.
Test nw-add-xml-base-004.xml is expected to fail with error code err:XC0058
.
<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:add-xml-base relative="true" all="true">
<p:with-input href="../documents/doc-with-entities.xml"/>
</p:add-xml-base>
</p:declare-step>
Created test for p:add-xml-base.