Hello Id be gratefull for any help at all
I have created a flash mp3 player and i am trying to run it from a generated XML file. The file is being created fine however not in the xml formate i would like - I need the below structure
<?xml version="1.0" encoding="iso-8859-1"?>
<songs>
<song atitle="Beastie Boys" aurl="17-beastie_boys-3_mcs_and_1_dj-apc-2000.mp3"/>
<song atitle="PM DAWN" aurl="413_-_VA_-_P.M._Dawn_-_Set_Adrift_On_Memory_Bliss.mp3"/>
</songs>
But when i retrive my file it comes out like so
<?xml version="1.0"?><songs><song_atitle>PM DAWN</song_atitle><aurl>413_-_VA_-_P.M._Dawn_-_Set_Adrift_On_Memory_Bliss.mp3</aurl><song_atitle>sCOTT</song_atitle><aurl>17-beastie_boys-3_mcs_and_1_dj-apc-2000.mp3</aurl>
How do i structure Songs songtitle aurl? Please help its driving my nuts!!
I have created a flash mp3 player and i am trying to run it from a generated XML file. The file is being created fine however not in the xml formate i would like - I need the below structure
<?xml version="1.0" encoding="iso-8859-1"?>
<songs>
<song atitle="Beastie Boys" aurl="17-beastie_boys-3_mcs_and_1_dj-apc-2000.mp3"/>
<song atitle="PM DAWN" aurl="413_-_VA_-_P.M._Dawn_-_Set_Adrift_On_Memory_Bliss.mp3"/>
</songs>
But when i retrive my file it comes out like so
<?xml version="1.0"?><songs><song_atitle>PM DAWN</song_atitle><aurl>413_-_VA_-_P.M._Dawn_-_Set_Adrift_On_Memory_Bliss.mp3</aurl><song_atitle>sCOTT</song_atitle><aurl>17-beastie_boys-3_mcs_and_1_dj-apc-2000.mp3</aurl>
How do i structure Songs songtitle aurl? Please help its driving my nuts!!