Declare-step-013 (AB)

Checks XS0077 is raised if @type on p:declare-step is not a proper EQName.

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

The pipeline

<p:declare-step xmlns:dummy="http://dummy"
                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" type="dummy:1step" version="3.0">
   <p:input port="source"/>
   <p:output port="result"/>
   <p:identity/>
</p:declare-step>

Revision history

28 Sep 2019, Achim Berndzen
New tests for checking EQNames.