ab-validate-with-xsd-012

Test p:validate-with-xml-schema: mode=strict is default.

Test ab-validate-with-xsd-012.xml is expected to fail with error code err:XC0156.

It requires the following features: p-validate-with-xsd.

The pipeline


<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>
      <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>
MorganaXProc passing XML Calabash passing

Revision history

05 Jul 2020, Achim Berndzen

Changed expected error code

01 Aug 2019, Achim Berndzen

Initial publication