Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP in Action:
Get links with XPath
Oct 07, 2008 @ 13:43:33

In response to this tutorial over on the PHPro.org website a new post has been made to the PHP in Action blog with an "even cooler" way to do the same sort of DOM fetching - XPath.

I'm a little bit surprised at the claim [the tutorial makes] that it's the "correct" (only) way, since there's at least one more that I find even cooler: XPath. Admittedly, it's slower, yet it's a more powerful language.

A quick example is included, building up from a simple search for anchor tags up to a custom query looking for just the anchor tags with a class of "bookmark".

tagged: xpath tutorial dom link find search anchor attribute

Link:


Trending Topics: