<token-map> maps the result of
the enclosed tokens from the values specified by
the src column to the dest column in
the the mapping
table specified by table.
The table attribute should be the slash form
DN of the DirXML-Resource object containing the mapping table to
be used. The DN may be relative to the including
policy.
If this token is evaluated in a context where a
node-set result is expected and multiple rows are
matched by the value being mapped, then a node-set
is returned that contains the values from the
destination column of each matching row. Otherwise
only the value from the first matching row is
returned.
Example
<token-map dest="code" src="dept" table="./Department Table">
<token-op-attr name="OU"/>
</token-map>