Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Accessing Attributes and Cloning Nodes with the DOM XML Extension in PHP 5
Apr 01, 2008 @ 20:11:43

DevShed continues their series about working with XML in PHP's DOM extension with this new tutorial posted today showing how to get at attributes for tags and cloning nodes from others.

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.

They show how to use the getAttributes method, hasAttribue method and cloneNode method to work with their XML examples.

tagged: php5 clone node xml tutorial attribute node dom

Link:


Trending Topics: