Connection 017

Tests that XD0006 is raised, if more than one document is supplied to a non-sequence port.

Test ab-connection-017.xml is expected to fail with error code err:XD0006.

The pipeline


<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" xmlns:test="http://test" version="3.0">
   <p:output port="result"/>
   <p:declare-step type="test:step">
      <p:output port="result" sequence="true"/>
      <p:input port="source">
         <p:document href="../documents/ab-doc.xml"/>
      </p:input>
      <p:identity/>
   </p:declare-step>
   <test:step>
      <p:with-input>
         <doc/>
         <doc/>
      </p:with-input>
   </test:step>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

12 Oct 2018, Achim Berndzen

Fixing broken test (namespace removed)

15 Sep 2018 11:06, Achim Berndzen

Some tests changed and new tests