Name

provider

Template Provider — Provider that processes templates and assigns them to variables

<provider class="xms.template.provider.TemplateProvider" > child tags </provider>

Table 54. Attributes for provider tag (for xms.template.provider.TemplateProvider)

NameDescriptionTypeDefault ValueRequired
nameSets a name for this provider for referenceString any character combinationTemplate Providerno
outputVarOutput VarString any character combinationnoneyes
templateTemplateString any character combinationnoneno
templateVarTemplate VarString any character combinationnoneno

Child Tags

TemplateEngine

<engine class="class" />

Classes Implementing xms.template.TemplateEngine

The following classes can be used in the class attribute for this tag:

Example 52. Example configuration for Template Provider

Required attributes are marked with a bold typeface

<provider class="xms.template.provider.TemplateProvider"
      name="name"
      outputVar="outputVar"
      template="template"
      templateVar="templateVar">
    <engine class="class"  />
</provider>