Name
p:validate-with-schematron — The standard p:validate-with-schematron step.
Synopsis
<p:declare-step
type
="
p:validate-with-schematron
"
>
<p:input
port
="
parameters
"
kind
="
parameter
"
/>
<p:input
port
="
source
"
primary
="
true
"
/>
<p:input
port
="
schema
"
/>
<p:output
port
="
result
"
primary
="
true
"
/>
<p:output
port
="
report
"
sequence
="
true
"
/>
<p:option
name
="
phase
"
select
="
'#ALL'
"
/>
<!--
string -->
<p:option
name
="
assert-valid
"
select
="
'true'
"
/>
<!--
boolean -->
</p:declare-step>
Description
TBD.