Tests p:validate-with-xml-schema with use-location-hints.
Test ab-validate-with-xsd-020.xml is expected to fail with error code err:XC0156
.
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" version="3.0" exclude-inline-prefixes="#all">
<p:output port="result"/>
<p:validate-with-xml-schema use-location-hints="true">
<p:with-input>
<test:doc xmlns:test="http://test.test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://test.test i-do-not-exist"/>
</p:with-input>
<p:with-input port="schema">
<p:empty/>
</p:with-input>
</p:validate-with-xml-schema>
</p:declare-step>
Initial version.