Handling XML data with PHP
XML, Extensible Markup Language, is a general-purpose markup language which can be used for storing arbitrary data in a structured way. It is often used for sharing data between applications and a common usage of XML is for instance RSS feeds.
With the emerge of PHP 5, support for handling XML data has greatly improved and […]