News Feed
Jobs Feed
Sections




News Archive
James Morris' Blog:
Parsing HTML with DOMDocument and DOMXPathQuery
June 27, 2012 @ 10:19:35

In the latest post to his blog James Morris looks at using XPath's query() function to locate pieces of data in your XML.

The other day I needed to do some html scraping to trim out some repeated data stuck inside nested divs and produce a simplified array of said data. My first port of call was SimpleXML which I have used many times. However this time, the son of a bitch just wouldn't work with me and kept on throwing up parsing errors. I lost my patience with it and decided to give DomDocument and DOMXpath a go which I'd heard of but never used.

He includes a code (and XML document) example showing how to extract out some content from an HTML structure - grabbing each of the images from inside a div and associating them with their description content.

0 comments voice your opinion now!
dom domdocument domxpath xpath tutorial html


blog comments powered by Disqus

Similar Posts

Bill's IIS Blog: PHP on IIS7 w/FastCGI

PHPMaster.com: The MVC Pattern and PHP, Part 2

PHP/Cloudcast: Getting Started with Stripe Webhooks

EchoDitto Labs Blog: How to Configure Eclipse PDT with Zend Server Debugger on MAMP for Drupal

Freek Lijten's Blog: Git commit hooks using PHP


Community Events











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


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

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