views:

68

answers:

0

hi ,

  I am binding Tree control with this xml object

var treeItem:XML =


;

All the tag are binding in the tree like.. items under page ,scene, empty node(since there is no name property in tag ),

I need tag in xml but i need to ommit the ( tag) while binding in tree control..

Is there any way to omit particular tag in tree control while binding functionality is done!!!

Thanks in Advance