Xml php help

i have the xml file shown below all i want is to add and edit this file
i am uploding image to one folder and also giving caption to the uploding image pls help me urgent

<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<images>
<pic>
<image>stream_images/7.jpg</image>
<caption>Bathroom7</caption>
</pic>
<pic>
<image>stream_images/2.jpg</image>
<caption>Bathroom2</caption>
</pic>
<pic>
<image>stream_images/3.jpg</image>
<caption>Bathroom3</caption>
</pic>
<pic>
<image>stream_images/4.jpg</image>
<caption>Bathroom4</caption>
</pic>
<pic>
<image>stream_images/5.jpg</image>
<caption>Bathroom5</caption>
</pic>
<pic>
<image>stream_images/6.jpg</image>
<caption>Bathroom6</caption>
</pic>
<pic>
<image>stream_images/1.jpg</image>
<caption>Bathroom1</caption>
</pic>
</images>

its and project were flash file display randomly image that is listed in XML

here we need to upload image to the one given folder and at a same time XML file get to edit so pls help me