I have complex XML structure to fed as dataprovider for FlexTree. Wanted to know how can i specify the grouping.My sample XML structure looks like this ->
<root>
<Group>
<name>
<size>
<location>
<children>
<Group>
<name>
<size>
<location>
</Group>
</children>
</Group>
<Group>
<name>
<size>
<location>
<children>
<Group>
<name>
<size>
<location>
</children>
</Group>
</root>
I could actually say element "Group" can have Group within itself as child.I want to display them in Tree.How can i accomplish this.I searched so many examples no one have solution for this.Help greatly appreaciated.Thanks a ton.
Thanks,
Manohar.
North America
Europe, Middle East and Africa
Asia Pacific