07-27-2009, 08:51 PM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
CSS-style selectors get translated to XPath under-the-hood. Wherever Zend's wrapper makes the call through to DOMXPath::query, you'll have to provide a context node as the second argument. Or, that's one way at least. 
|
|
|
|