Pipe attributes 002
Test 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"
xmlns:t="http://xproc.org/ns/testsuite/3.0" 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>
Revision history
- 29 Dec 2017, Achim Berndzen
Creating new tests, extending rng and corrected xproc's test - 15 Oct 2017, Norman Walsh
Fix error code - 24 Sep 2017, Norman Walsh
Port my test suite; add documentation and schemas