Tests AVTs.
Test ab-avt-011.xml is expected to fail with error code err:XD0051
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:add-attribute match="/*" attribute-name="avt" attribute-value="{[1, 2, 3]} {4 to 5}">
<p:with-input>
<doc/>
</p:with-input>
</p:add-attribute>
</p:declare-step>
Making test fail with XD0051 because arrays are not allowed in AVTs.
Added attribute 'queryBinding' to schematron's schema.
New test