Name
p:label-elements — The standard p:label-elements step.
Synopsis
<p:declare-step
type
="
p:label-elements
"
>
<p:input
port
="
source
"
/>
<p:output
port
="
result
"
/>
<p:option
name
="
attribute
"
select
="
'xml:id'
"
/>
<!--
QName -->
<p:option
name
="
attribute-prefix
"
/>
<!--
NCName -->
<p:option
name
="
attribute-namespace
"
/>
<!--
anyURI -->
<p:option
name
="
label
"
select
="
'concat("_",$p:index)'
"
/>
<!--
XPathExpression -->
<p:option
name
="
match
"
select
="
'*'
"
/>
<!--
XSLTMatchPattern -->
<p:option
name
="
replace
"
select
="
'true'
"
/>
<!--
boolean -->
</p:declare-step>
Description
TBD.