Name

provider

XML Provider — Provides XML documents from a specified URL

<provider class="xms.template.provider.XMLProvider" />

Table 55. Attributes for provider tag (for xms.template.provider.XMLProvider)

NameDescriptionTypeDefault ValueRequired
URLThe URL to retrieve the XML document fromTemplate Freemarker template stringnoneno
cacheTimeoutThe period between refreshes in msint any integer60000no
nameSets a name for this provider for referenceString any character combinationXML Providerno
variableThe variable in which to store the DOM document retrieved from the XML URLString any character combinationnoneno

Example 53. Example configuration for XML Provider

Required attributes are marked with a bold typeface

<provider class="xms.template.provider.XMLProvider"
      URL="URL"
      cacheTimeout="cacheTimeout"
      name="name"
      variable="variable" />