Invalid sequence type
Test is expected to fail with error code err:XS0096.
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" sequence="true"/>
<p:variable name="error" as="foo bar baz"
select="'hello world'"/>
<p:identity name="inline">
<p:with-input port="source">
<p:inline>
<t:doc>{$error}</t:doc>
</p:inline>
</p:with-input>
</p:identity>
</p:declare-step>
Revision history
- 08 Oct 2018, Norman Walsh
Updated to correct error code; renamed test file.