iXml v3.0a - craighuggins@hotmail.com 2000
-~= Indepth into iXml =~-

Concept 1

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
                    |      ---->...
                    ...
    

Introduction  |  Indepth  |  Concept 2  |  Concept 3  |  Concept 4  |  Concept 5  |  Concept 6  |  Summary