Name

engine

Token Engine — Template engine that replaces delimited tokens

<engine class="xms.template.engine.TokenEngine" />

Table 9. Attributes for engine tag (for xms.template.engine.TokenEngine)

NameDescriptionTypeDefault ValueRequired
tokenEndThe sequence of characters that ends a tokenString any character combination}no
tokenStartThe sequence of characters that begins a tokenString any character combination${no

Example 10. Example configuration for Token Engine

Required attributes are marked with a bold typeface

<engine class="xms.template.engine.TokenEngine"
      tokenEnd="tokenEnd"
      tokenStart="tokenStart" />