array()
Last updated
Was this helpful?
Last updated
Was this helpful?
wraps the nodes of the node set nodes
in a <json array="">…</json>
structure, so that they can be used as an array in a .
if the nodes
contain an attribute (e.g. a="b"
), it will be converted to an element <value name="a">b</value>
), so that key and value are easily accessible in the template.
JSON:
Template-Action:
Output: