I have a tree in flex built from an XML document into an XMLlist
In the XML the tags are all different and have a bunch of attributes each, and are not consistent.
When I publish the file I want the name of the folders in the tree to be the tag. It is easy with attributes.. ‘@id’ or something similar, but I can’t find what it could be to use the tag itself.
Thanks
You’ll have to use a custom label function to do that. Here’s an example. Hope this helps.