Accessing Attributes and Cloning Nodes with the DOM XML Extension in PHP 5
Tuesday, April 1st, 2008Working with Multiple Document Nodes with the DOM XML Extension in PHP 5
Tuesday, March 18th, 2008Welcome 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, 2008Welcome 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, 2007Writing 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, 2006Want 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 ...
