Save data to XML

<?xml version="1.0" encoding="utf-8"?>
<events init="0" from="1/10/2006" to="1/7/2009">
    <day date="0" value="hoy">Today!</day>
    
        <range from="2/10/2006" to="12/10/2006" state="birthday" value="selected">Holidays!</range>
        <range from="29/10/2006" to="29/10/2006" state="birthday" value="selected">Holidays!</range>
    
</events>

I cannot save this information from flash to xml:

** <range from=“29/10/2006” to=“29/10/2006” state=“birthday” value=“selected”>Holidays!</range>**

how??? please