Tree and XML data source

Hi all,
I’m trying to parse an XML file to put it’s content into a tree. I just would like to know if there is an example do it, and if there is a hierarchical container based on xml ?
My problem is that when i browse the XML recursively, the tree is ok until i have to go back one level in the XML, then it never fills the tree anymore (but maybe my routine is not well coded :*) )

Thx

If I remember correctly, I have seen some “XML containers” in projects, but none of them is open source… Contributions are welcome ;)

+1 :grin:
All i’ve done is filling a tree with an XML data file, because that was my first need. But a full container will be awesome