Pipe attributes 002

Test pipe-attr-002.xml is expected to fail with error code err:XS0082.

The pipeline


<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" name="main" version="3.0">
   <p:output port="result"/>
   <p:identity name="one">
      <p:with-input port="source">
         <t:doc>One</t:doc>
      </p:with-input>
   </p:identity>
   <p:identity name="two">
      <p:with-input port="source">
         <t:doc>Two</t:doc>
      </p:with-input>
   </p:identity>
   <p:identity name="three">
      <p:with-input port="source">
         <t:doc>Three</t:doc>
      </p:with-input>
   </p:identity>
   <p:identity name="combined">
      <p:with-input port="source" pipe="three two one">
         <p:document href="pipe.xpl"/>
      </p:with-input>
   </p:identity>
   <p:wrap-sequence wrapper="docs"/>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

29 Dec 2017 19:20, Achim Berndzen

Creating new tests, extending rng and corrected xproc's test

15 Oct 2017 19:56, Norman Walsh

Fix error code

24 Sep 2017 17:47, Norman Walsh

Port my test suite; add documentation and schemas