do-reformat-op-attr

Replaces all values for the named attribute within the current operation with the <arg-value>. The value of <arg-value> is evaluated once for each value being replaced with the local variable current-value set to the original value.

Example

<do-reformat-op-attr name="CN"> 
   <arg-value> 
      <token-upper-case> 
         <token-local-variable name="current-value"/> 
      </token-upper-case> 
   </arg-value> 
</do-reformat-op-attr>
<do-reformat-op-attr name="EMail Address"> 
   <arg-value> 
      <token-xpath expression="$current-value/component[@name='eMailAddr']"/> 
   </arg-value> 
</do-reformat-op-attr>

Allowed Content

Element

Description

arg-value

Value argument.

Attributes

Attribute

Possible Values

Default Value

disabled

true | false

True if this element is disabled.

false

name

CDATA

Name of the attribute.

#REQUIRED

notrace

true | false

True if this element should not be traced during execution of the policy.

false

Content Rule

( arg-value )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.