Parsing Child Nodes with the DOM XML extension in PHP 5

Tuesday, April 8th, 2008

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

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 Multiple Document Nodes with the DOM XML Extension in PHP 5

Tuesday, March 18th, 2008

Welcome to the fourth article of the series A quick overview of the DOM XML extension in PHP 5. By means of easy-to-grasp hands-on examples this series equips you with a friendly guide to using the most relevant methods that come bundled with the DOM XML PHP ...

Inserting Comments and Accessing Nodes with the DOM XML Extension in PHP 5

Tuesday, March 11th, 2008

Welcome to the third chapter of the series A quick overview of the DOM XML extension in PHP 5. As the article s title suggests this series walks you through using the most relevant methods that come packaged with this powerful XML-related PHP extension to perform specific ...

Parsing Web Document Nodes with the Tidy Library in PHP 5

Tuesday, July 3rd, 2007

Writing well-formatted X HTML code to include in the presentation layers of certain PHP applications can be an annoying and time-consuming process for many web developers. However the Tidy extension that comes integrated with PHP 5 can turn this ugly task into a pleasant experience. Keep reading to ...

Searching and Replacing Nodes with SimpleXML in PHP 5

Tuesday, June 27th, 2006

Want to learn how to get the most out of the simpleXML extension that comes bundled with PHP 5 Welcome to the last part of the series Working with simpleXML in PHP 5. In three tutorials this series covers topics ranging from the basics ...