Tests that XS0096 is raised when sequence type in @as on p:with-option is not valid: Unknown type
Test ab-err-s0096-006.xml is expected to fail with error code err:XS0096
.
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:add-attribute match="/" attribute-name="a">
<p:with-input port="source">
<doc xmlns=""/>
</p:with-input>
<p:with-option name="attribute-value" as="foo" select="5"/>
</p:add-attribute>
</p:declare-step>
Some new and some changed tests