Hi, I have a Tree with the dataProvider being an XMLListCollection. When looking at the dataProvider with the debugger, all I see is a single XMLList that contains the complete XML structure - that is all the nodes and sub-nodes all in one element. I have a routine that will traverse the tree and find nodes based on parameters I set - and it will open those nodes. However, I want to be able to jump from found item to found item, but I can't find a way to set the index to highlight the item. Is there a way to do this that someone could explain?
Thanks, John

