Re: XPath and find/findAll methods

On 11/22/11 12:29 PM, Robin Berjon wrote:
>>> d - "//div[parent::*//a]";
>>
>> (d) can be done with the new subject indicator in the Selectors 4
>> draft:   a!>  div  (syntax pending, but that's the general idea)
>
> I think that the example you show selects the<a>  parent of a<div>, not<div>s that have parents containing an<a>.

Yes, that's what Tab's selector selects too.  The '!' after the 'a' is 
important there.

-Boris

Received on Tuesday, 22 November 2011 17:32:23 UTC