Hello There
im trying to populte treeView control with xml file
The tree is beeing populted but with the nodes tages name
like in this Case the child Tag
i just want to show under  General:
General
-var3
-var 4
and NOT x NOT(as it happen)
General
-child
---var 3
-child 
---var 4
The XML file:
<?xml version="1.0"?>
<Vars>
    <General>
            <child>id="Vars 3"</child>
            <child>id="Vars 4"</child>
     </General>
  </Vars>