XML to array and back

wxdqz

New Member
I have found several resources that convert XML data to arrays and XML to objects. Some are incomplete and some don't function as they should. Some can be used with PEAR but I don't have the option of installing PEAR modules on the development server. Does anyone know of a good PHP class that can load an XML file into an array or an array of objects and then return the modified array to XML for re-writing of the file?

If you do have a solution, please be sure it meets the exact requirements stated above as I have put in a lot of research time and have tried many solutions that just don't suit my needs.

I could always write my own but I don't have the time.

Thanks
Craig
 
Back
Top