Version attribute 005 (AB)

Checks XS0060 is raised, if @version is not "3.0".

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

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" xmlns:test="http://test" version="3.0">
   <p:output port="result"/>
   <p:declare-step type="test:test" version="1.0">
      <p:output port="result"/>
      <p:identity>
         <p:with-input>
            <failure/>
         </p:with-input>
      </p:identity>
   </p:declare-step>
   <test:test/>
</p:declare-step>

Revision history

17 Feb 2019, Achim Berndzen
New tests for draconian @version