Tests error is raised ONE prefix is not in-scope.
Test ab-namespace-delete-010.xml is expected to fail with error code err:XC0108
.
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:namespace-delete prefixes="pre notdeclared">
<p:with-input>
<document xmlns="">
<element xmlns:att="http://att" xmlns:att1="http://att1" att:att="3" att1:att="4"/>
</document>
</p:with-input>
</p:namespace-delete>
</p:declare-step>
Initial tests for p:namespace-delete