News Feed
Jobs Feed
Sections




News Archive
Thomas Weinert's Blog:
Using PHP DOM With XPath
April 13, 2010 @ 13:18:32

Thomas Weinert has a recent post to his blog showing how to use one of the more powerful XML-handling features that PHP's DOM extension includes - XPath.

Often I hear people say "We use SimpleXML, because DOM is so noisy and complex". Well, I don't think so. This article explains how you can parse a XML (an Atom feed) using the PHP DOM extension. No other libraries are involved.

In his example he loads an external feed (his own) into a DOM object, blocks any errors with a few handy functions and creates a DOMXPath object on the DOM object to get ready for his queries. He shows how to make searches for titles, subtitles, looping over attributes and an element list returned from one of the first queries. A full code listing is also provided to show how it all fits together.

0 comments voice your opinion now!
dom xpath domxpath tutorial search atom


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Getting Started with Magento Ecommerce!

Design-Ireland.net: Logging Messages to Scribe from PHP

DevShed: Building a Search Engine with MySQL and PHP 5

DevShed: Creating a MySQL Abstraction Layer with Bridge Classes in PHP 5

Andrea Giammarchi's Blog: PHP Serialization And Recursion Demystified


Community Events











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


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

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