Tests that err:XS0096
is raised if a sequence type is used,
but xmlschema-namespace is not declared.
Test ab-err-s0096-1.xml is expected to fail with one of the following error codes: err:XD0015
or err:XS0096
.
<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:variable name="var" as="xs:integer" select="5"/>
<p:identity>
<p:with-input>
<failure/>
</p:with-input>
</p:identity>
</p:declare-step>
Initial commit