Hi all,
I need to convert below array into xml strcuture
private var masterData:Array = [
{ Id: 122, Cid:"c001",
children:[
[
{slno:1, name:"AAA"},
{slno:2, name:"BBB"},
{slno:3, name:"CCC"}
]
]} ];
Bz iam working on AdvancedDataGridRendererProvider so above code i
want in xml structure.Above code if i gave in "
HierarchicalData(masterData) " is working but i dnt know how to
convert to xml via.
If any body knows help me out.
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.