Cooking XML with OOP
One of the great blessings of PHP5 is its excellent support to manipulate XML. PHP5 comes bundled with new XML extensions for processing XML easily. You have a whole new SimpleXML API to read XML documents in a pure object-oriented way. Also, you have the DOMDocument object to parse and create XML documents. In this article we will learn these APIs and learn how to successfully process XML with PHP.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.