Reading XML with PHP
Since webservices and RESTful services are becoming more and more popular, XML is getting a common format to exchange information. XML is easy to read and has a nice tree structure, which can be easily interpreted.
This post will show you how easy it is to read XML in PHP.