AB-namespace-delete-010

Tests error is raised ONE prefix is not in-scope.

Test is expected to fail with error code err:XC0108.

The pipeline

<p:declare-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" version="3.0">
   <p:output port="result"/>
   <p:namespace-delete xmlns:pre="http://something"
                       prefixes="pre notdeclared">
      <p:with-input>
         <document xmlns:att="http://att"
                   xmlns:att1="http://att1">
            <element att:att="3" att1:att="4"/>
         </document>
      </p:with-input>
   </p:namespace-delete>
</p:declare-step>

Revision history

05 Oct 2019, Achim Berndzen
Initial tests for p:namespace-delete