Somebody could help me?

[COLOR=black][FONT=Verdana]I found in this site a great tutorial.
The name of the tutorial is news_editor, it explains how to transform and edit a XML using Flash and PHP.

I want to use this example, because in it you can edit, add, and delete data of an existing xml.
The problem is that this example work with a XML that have the following structure:

<news>
<entry date=“Mon Apr 9 15:49:52 GMT+0200 2007”>
<myevent>Flashstudy</myevent>
<myplace>London</myplace>
<mytime>Night</mytime>
</entry>
</news>

…and what I want is to work with the following structure:
<entry myevent=“Flashstudy” myplace=“London” mytime=“Night”
/>[/FONT][/COLOR]
[COLOR=black][FONT=Verdana] [/FONT][/COLOR]
[COLOR=black][FONT=Verdana] [/FONT][/COLOR]
[COLOR=black][FONT=Verdana]Somebody could help me?[/FONT][/COLOR]
[COLOR=black][FONT=Verdana] [/FONT][/COLOR]
[COLOR=black][FONT=Verdana]
Best regards,
Ana Ramirez[/FONT][/COLOR]

PD: Attached is the source