Make Tree from XML (vuo.tree.make.xml)

Turns XML-formatted text into a tree.

If there’s an error in the XML, this node outputs an empty tree. Check Console.app for details about the error.

The XML root element’s name, attributes, and content become the tree’s name, attributes, and content. The root element’s child elements become the tree’s children.

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


Example compositions:


Back to vuo.tree node set documentation.