
April 1st, 2008, 08:01 AM
|
|
Developer Shed
|
|
Join Date: Jan 2004
Posts: 862
 
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Accessing Attributes and Cloning Nodes with the DOM XML Extension in PHP 5
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 you may want to learn the basics of how to use them, in this sixth part of the series I’ll be taking a closer look at them by way of some approachable, yet educational, code samples.
Read the full article here: Accessing Attributes and Cloning Nodes with the DOM XML Extension in PHP 5
For more discussion go here: Blog Article Discussion
|