joshtynjala
That works like a charm.
I'm reading up on my XML skills to be able to traverse this dreadful config file i've created.
It has about 5 levels of nesting with a lot of attributes.
I'm trying to use feathers to build a dialog editor for this.
I see that I could wrap it in an XMLList.
Would I then have to create subtrees for all individual xml layers and its children, or could I, with some nifty itemRendering declare all the used children node names (not called children afcourse =)) and have the XMLlist and tree auto read and place them correctly. (like the structure of the entire XML file?
2 questions:
1 - where then in this grocerylist example is the default .toString() declaration?
2 - will the tree handle my nesting of subtrees and in them DataGrids if I define them in the itemRendererFactory?
Also; thank you very much for your time here. It's not that I'm really lazy but a bit pressed for time.
Any autoformatting of the XML file into this tree structure would be very convenient.
Beyond extremely high regards,
Mac