Name

pxp:nvdl, cx:nvdl — Perform NVDL validation.

Synopsis

<p:declare-step type="pxp:nvdl" xmlns:pxp="http://exproc.org/proposed/steps">
     <p:input port="source" primary="true"/>
     <p:input port="nvdl"/>
     <p:input port="schemas" sequence="true"/>
     <p:output port="result"/>
     <p:option name="assert-valid" select="'true'"/>               <!-- boolean -->
</p:declare-step>

Description

A step for performing NVDL (Namespace-based Validation Dispatching Language) validation over mixed-namespace documents.

The pxp:nvdl step is defined at http://exproc.org/.

The names cx:nvdl and pxp:nvdl are synonymous. The latter is preferred.