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)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| URL | The URL to retrieve the XML document from | Template Freemarker template string | none | no |
| cacheTimeout | The period between refreshes in ms | int any integer | 60000 | no |
| name | Sets a name for this provider for reference | String any character combination | XML Provider | no |
| variable | The variable in which to store the DOM document retrieved from the XML URL | String any character combination | none | no |