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