Creates a string concat function element, which takes any number of iterators and text as nested elements. It concatenates the text with the iterator's next values as strings, and returns the result in a StringValue.
Element Information
| Element class | ConcatConfig |
| Implementation class | ConcatStrategy |
| Nested elements | Any number of iterators mixed with text. |
Attributes
The concat elements support the same attributes as
dm:list.
Examples
<dmf:concat name="name">
class
<dm:ints range="[1]"/>
</dmf:concat>