Repeats template for each node of the referenced nodeset.
For each data node in the referenced nodeset one <fx-repeatitem>
element
will be created that will contain the evaluated template as content.
Name | Description |
---|---|
id | identifier for repeat |
ref | XPath reference pointing to the bound node |
Name | Description | Details |
---|---|---|
item-created | dispatched when a new repeat entry is created | ‘path’ - a canonical xpath ‘index’ - the index of the new item |
path-mutated | dispatched when repeat nodeset changes | ‘path’ - the mutation path ‘index’ - the index of the changed repeat item. |
no-template-error | dispatched when there’s no template defined | ‘id’ - the repeat id |