I have an ArrayCollection in Flex which contains the delivery information for a given stock item:
boxes quantity 10 20 15 20 17 20 etc .... how can I convert this into an XMLList so that it can be a dataProvider for a tree control where each line is a branch of the tree please?

