Name
p:validate-with-relax-ng — The standard p:validate-with-relax-ng step.
Synopsis
<p:declare-step
type
="
p:validate-with-relax-ng
"
>
<p:input
port
="
source
"
primary
="
true
"
/>
<p:input
port
="
schema
"
/>
<p:output
port
="
result
"
/>
<p:option
name
="
dtd-attribute-values
"
select
="
'false'
"
/>
<!--
boolean -->
<p:option
name
="
dtd-id-idref-warnings
"
select
="
'false'
"
/>
<!--
boolean -->
<p:option
name
="
assert-valid
"
select
="
'true'
"
/>
<!--
boolean -->
</p:declare-step>
Description
TBD.