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