Accessing Attributes and Cloning Nodes with the DOM XML Extension in PHP 5

Tuesday, April 1st, 2008

You ve probably realized that the DOM XML library can be pretty useful when working with web documents. However this extension includes some other methods which can be utilized to parse attributes of a given XML string as well as to clone nodes. Thus considering that ...

Working with Attributes and CDATA Sections with the DOM XML Extension

Tuesday, March 4th, 2008

Undeniably one of the most remarkable strengths of PHP is its robust set of extensions. They provide developers with the right tools to build a huge variety of web applications with minor hassles. And this characteristic is particularly evident when it comes to working with XML documents since ...