Name
p:validate-with-xml-schema — The standard p:validate-with-xml-schema step.
Synopsis
<p:declare-step
type
="
p:validate-with-xml-schema
"
>
<p:input
port
="
source
"
primary
="
true
"
/>
<p:input
port
="
schema
"
sequence
="
true
"
/>
<p:output
port
="
result
"
/>
<p:option
name
="
use-location-hints
"
select
="
'false'
"
/>
<!--
boolean -->
<p:option
name
="
try-namespaces
"
select
="
'false'
"
/>
<!--
boolean -->
<p:option
name
="
assert-valid
"
select
="
'true'
"
/>
<!--
boolean -->
<p:option
name
="
mode
"
select
="
'strict'
"
/>
<!--
"strict" | "lax" -->
</p:declare-step>
Description
TBD.