err-s0002-9 (AB)

Tests XS002 is raised for double names.

Test ab-err-s0002-9.xml is expected to fail with error code err:XS0002.

It requires the following features: file-steps.

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:choose>
      <p:when test="true()" name="name">
         <p:identity name="name">
            <p:with-input>
               <doc1/>
            </p:with-input>
         </p:identity>
      </p:when>
   </p:choose>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

16 Oct 2021, Achim Berndzen

New test.