I have a XML document which I want to show as a tree in my XUL application. The tree will have several sublevels and should be changeable by JavaScript.
I looked at how the DOM Inspector create and handle it's tree however I don't understand how it works.
Is there any simple example which just creates a XUL tree from an XML document?
Or may someone tell how the DOM Inspector creates an instance of the "inTreeBuilder" class which, according to "inspector/viewers/dom.xul", will create the tree content? I couln't found anything which makes sense to me.
Thanks Daniel
