Name
engine
Freemarker Engine — Provides an interface to the Freemarker template engine
<engine class="xms.template.engine.FreemarkerEngine"> child tags </engine>
![[Note]](images/note.png) | Note |
|---|
| There are no attributes for this tag |
<setting … >value</setting>
Table 8. Attributes for setting tag (for xms.template.engine.FreemarkerEngine)
| Name | Description | Type | Default Value | Required |
|---|
| name | The name of the setting | String any character combination | none | yes |
| value | The value of the setting | String any character combination | none | yes |
Example 9. Example configuration for Freemarker Engine
Required attributes are marked with a bold typeface
<engine class="xms.template.engine.FreemarkerEngine">
<setting name="name">
value
</setting>
</engine>