Home > Wish List
Amazon Wish Lists with SimpleXML
Posted: Wed 07/18/2007 by ramiroI recently upgraded my server to PHP5. One of the reasons was to do more development using Web services, that often return data in XML format. Parsing XML with the PHP4 XML Parser Functions can be a very tedious task, especially when the structure of the XML document is complex. Usually you need to write event handler functions for starting and closing elements and for the actual data.

