Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : XML : xml.tree

Syntax

#(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>))