
April 8th, 2008, 08:00 AM
|
|
Developer Shed
|
|
Join Date: Jan 2004
Posts: 854
 
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Parsing Child Nodes with the DOM XML extension in PHP 5
In this last chapter of the series, I’m going to teach you how to handle the child nodes of an XML document by way of two simple methods, called hasChildNode() and removeChild() respectively. So let’s not waste any more time in preliminaries and learn how to use them in a helpful way.
Read the full article here: Parsing Child Nodes with the DOM XML extension in PHP 5
For more discussion go here: Blog Article Discussion
|