Hi, I am new to flex world. I have to show the XML data in the Tree Control. XML is in standard format. <RootA> <RootAA> <RootB> <Leaf>1000</Leaf> <Leaf>2000</Leaf> </RootB>
<RootB> <Leaf>5000</Leaf> <Leaf>6000</Leaf> </RootB> </RootAA> </RootA> Question # 1. I need to display RootB as first Tree node, 1000, 2000 as its leaves (sub node),then RootB (2nd Node) and 5000 and 6000 as its children (leaves). Question # 2. Is there a way to make any one node invisible in the tree? I will be very thankful to you. Regards YM

