Name
p:string-replace — The standard p:string-replace step.
Synopsis
<p:declare-step
type
="
p:string-replace
"
>
<p:input
port
="
source
"
/>
<p:output
port
="
result
"
/>
<p:option
name
="
match
"
required
="
true
"
/>
<!--
XSLTMatchPattern -->
<p:option
name
="
replace
"
required
="
true
"
/>
<!--
XPathExpression -->
</p:declare-step>
Description
TBD.