The first concept to grasp.
iXml is an Interpreter sitting on top of an Xml node.
All nodes have a Name attribute and a Type attribute that describes
them.
This Xml node is simply therefore a TREE structure, begining with
the following root and child node structure, the labels here ARE the
actual Xml Nodes I use, and there Name attribute.
root ---->User | |--->env | ---->Defintions ---->iXml ---->Native | ---->... |--->Container | ---->... |--->root | ---->... ...