provider
Loop Provider — A provider that loops over a sublist, passing each entry to a contained provider as a variable and stores the results into second sublist<provider class="xms.template.provider.LoopProvider" … > child tags </provider>
Table 45. Attributes for provider tag (for xms.template.provider.LoopProvider)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| name | Sets a name for this provider for reference | String any character combination | Loop Provider | no |
| source | Sets the source sublist to loop over | String any character combination | none | yes |
| sublist | Sets the sublist to store the provider results in | Template Freemarker template string | none | yes |
| variable | Sets the variable by which to pass each iteration of the loop to the contained provider | String any character combination | entry | no |