Test ab-err-s0096-2

Tests that err:XS0096 is raised if a sequence type is used, but xmlschema-namespace is not declared.

Test ab-err-s0096-2.xml is expected to fail with one of the following error codes: err:XD0015 or err:XS0096.

The pipeline


<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:option name="var" as="xs:integer" select="5"/>
   <p:identity>
      <p:with-input>
         <failure/>
      </p:with-input>
   </p:identity>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

20 Jul 2019, Achim Berndzen

Initial commit