Declare-step-013 (AB)

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

Test ab-declare-step-013.xml 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" type="dummy:1step" version="3.0">
   <p:input port="source"/>
   <p:output port="result"/>
   <p:identity/>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

28 Sep 2019, Achim Berndzen

New tests for checking EQNames.