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 ...