News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
Parsing XML documents with CSS selectors
April 02, 2010 @ 09:41:27

In a new post Fabien Potencier talks about how he took the Python lxml.cssselect component from Python, ported it over to PHP and made a library that allows you to parse XML with the handy CSS selectors rather than using XPath.

Odds are you [also] need to parse some from time to time: because you consume a web service and want to extract some information, or because you want to gather data from scraped web pages, or just because you want to write functional tests for a website.

The CssSelector tool allows you to convert a CSS selector into an XPath that can, in turn, be pushed into the XPath function of the PHP DOM XML functionality. He gives a few examples of using it for a simple "find" and for something more complex involving a SimpleXML object too.

The library can be downloaded from github here.

0 comments voice your opinion now!
xml parse css selector cssselector tutorial


blog comments powered by Disqus

Similar Posts

Brandon Savage's Blog: Exceptional PHP: Introduction to Exceptions

NETTUTS.com: Understanding and Applying Polymorphism in PHP

PHP-GTK Community Blog: Articles on other sites (PHP6, an Intro & Desktop Apps)

PHPBuilder.com: Creating a Database-driven Fuel PHP Application

Felix Geisendorfer's Blog: Cake 1.2’s Set class eats nested arrays for breakfast!


Community Events











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


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

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