Helloooooo
You can try the XML_Serializer if you can use PEAR: http://pear.php.net/package/XML_Serializer
It will let your convert XML 2 Array and Array 2 XML. Great tool.
Check out my class_xml.php. It should make this job easy for you. http://www.troywolf.com/articles/php/class_xml/
:)