Make Tree (vuo.tree.make)

Creates a tree from components.

For example, a tree with name product, content Handcrafted pet rock, an attribute named sku with value rock, and no children would be equivalent to XML <product sku="rock">Handcrafted pet rock</product>.

Children can be left empty, or it can consist of trees output by other instances of this node or by other nodes, such as Make Tree from JSON or Find Subtrees using XPath.

Keywords: descendant, dom, element, hierarchical, hierarchy, html, json, leaf, object, parent, structure, tag, xml


Example composition:


Back to vuo.tree node set documentation.