Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

<Subst>

Simple transform whose element content consists of a string containing the substring "$entityID", into which the entityID value is substituted.

If this element contains a hashed attribute, the value must be the short OpenSSL algorithm name of a digest algorithm (e.g. SHA1) to apply to the entityID.

If the element contains an encoded attribute set to "false", the value will be replaced directly, otherwise it will be URL-encoded first.

<Regex>

Complex transform containing a match attribute containing a regular expression against which the entityID value is applied, and whose element content contains a replacement expression to run based on the results of the match. Only numeric/positional group references (e.g. $1) are supported.

...