Tintware Documentation : Tint Programming Language : Tint Reference : XML : xml.treeSyntax#(xml.tree,%name,%xml) #(xml.tree,%name,%xml,%noentities) %name is the name of an XML tree object which will be created in the Tint namespace. %xml is a valid XML document. %noentities optionally indicates that the entities < and & should not be defined. Example#(xml.tree,a-tree,(<?xml version="1.0"?><tag></tag>)) |