More on PHP XPath

So I spent more time with the PHP XPath class mentioned yesterday. The most useful thing I discovered is that you don’t have to specify absolute XPaths in order to modify nodes in the document. You can specify the behavior of the class to concern itself with one or all the nodes returned by a query. You can also convert an XPath expression to an absolute expression by using the class’ match method.

Possibly Related posts (machine generated):

  1. XPath Class for PHP
  2. More on XMP Extraction
  3. What’s New in XPath 2.0
  4. XPath Explorer
  5. XMLForm servlet

More like this: , .

blog comments powered by Disqus