how to write to an xml file using flex
- by Gaurav
Hi all,
I have an application which takes live data from internet,
I want to develop another application which reads data from the internet and writes it
to an XML file (i.e. I want to save the state in an XML file).
THE ONLY THING I NEED IS HOW TO WRITE THIS DATA IN AN XML FILE.
FOR EXAMPLE say I have a combo box which takes top 10 fifa world cup watching sites,
now I want to write this information (i.e. whatever the data this combo box takes as input
into an xml file).
I want the answer in flex only. And I don't want answer in AIR.
Thankyou in advance.