Tests value that XD0064 is raised, if base-uri is not absolute.
Test ab-set-properties-031.xml is expected to fail with error code err:XD0064 [Core steps, XProc]
.
<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:set-properties properties="map{'base-uri' : 'test/'}">
<p:with-input>
<p:inline xml:base="http://www.old-base-uri.test">
<doc/>
</p:inline>
</p:with-input>
</p:set-properties>
<p:identity>
<p:with-input>
<result>
<property>{p:document-property(., 'base-uri')}</property>
</result>
</p:with-input>
</p:identity>
</p:declare-step>
Additional tests for p:set-properties