Test p:validate-with-xml-schema: unsupported version
Test ab-validate-with-xsd-014.xml is expected to fail with error code err:XC0011
.
It requires the following features: p-validate-with-xsd.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" name="pipeline" version="3.0">
<p:output port="result"/>
<p:validate-with-xml-schema version="999999" mode="lax">
<p:with-input port="source">
<a xmlns="http://www.example.com"/>
</p:with-input>
<p:with-input port="schema">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com">
</xs:schema>
</p:with-input>
</p:validate-with-xml-schema>
</p:declare-step>
Changed expected error code according to spec changes
Initial publication