| Author |
How to Convert XML to Key/Value Pair in flex
|
Booma Devi
Ranch Hand
Joined: Nov 02, 2011
Posts: 61
|
|
|
|
 |
Booma Devi
Ranch Hand
Joined: Nov 02, 2011
Posts: 61
|
|
Hi,
The problem is solved..
|
 |
Praveen Kumar M K
Ranch Hand
Joined: Jul 03, 2011
Posts: 256
|
|
|
Shouldn't it be (event.result).descendants("schools"); With this you should get all the 'school' nodes, which you loop through and can pluck out individual name and rate.
|
 |
Booma Devi
Ranch Hand
Joined: Nov 02, 2011
Posts: 61
|
|
Hi,
I had stored the xml file in server side. So, through result event I got the school nodes only. If there is any other way (other than result event) then please inform.
|
 |
Praveen Kumar M K
Ranch Hand
Joined: Jul 03, 2011
Posts: 256
|
|
|
From your code I thought that you were actually getting a schools node rather than a school node...Other than result event, I don't know an other way to fetch data...
|
 |
Booma Devi
Ranch Hand
Joined: Nov 02, 2011
Posts: 61
|
|
|
Thanks praveen.
|
 |
 |
|
|
subject: How to Convert XML to Key/Value Pair in flex
|
|
|