Name
p:rename — The standard p:rename step.
Synopsis
<p:declare-step
type
="
p:rename
"
>
<p:input
port
="
source
"
/>
<p:output
port
="
result
"
/>
<p:option
name
="
match
"
required
="
true
"
/>
<!--
XSLTMatchPattern -->
<p:option
name
="
new-name
"
required
="
true
"
/>
<!--
QName -->
<p:option
name
="
new-prefix
"
/>
<!--
NCName -->
<p:option
name
="
new-namespace
"
/>
<!--
anyURI -->
</p:declare-step>
Description
TBD.