Declare-step-014 (AB)

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

Test ab-declare-step-014.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" name="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.