News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
PHP DOM Working with XML
June 08, 2012 @ 08:27:45

On PHPMaster.com there's a new tutorial posted about using XML in PHP, an introduction to using the DOM functionality in PHP to work with your XML content.

PimpleXML allows you to quickly and easily work with XML documents, and in the majority of cases SimpleXML is sufficient. But if you're working with XML in any serious capacity, you'll eventually need a feature that isn't supported by SimpleXML, and that's where the PHP DOM (Document Object Model) comes in.

He starts with a brief introduction to XML and DTDs including an example of each (defining a sample book information he'll use in the rest of the tutorial). He helps you create a simple class that takes in the XML content, working with construction/destruction of the object and using it to find, add and delete a book by things like ISBN or genre.

0 comments voice your opinion now!
dom tutorial introduction xml


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Integrating Open Authentication using Opauth

DevShed: Building a Complete Web Searching Class with Yahoo Web Services and PHP 5

Kevin Schroeder's Blog: Authentication Using Zend_Amf

Zend Developer Zone: Using GnuPG with PHP

Josh Adell's Blog: Logging User Sessions Across Requests


Community Events











Don't see your event here?
Let us know!


podcast example object tool code release framework composer introduction unittest opinion conference zendframework2 interview language community development functional testing series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework