I have the following structure:
<div id='list'> <div class='column'>aaa</div> <div class='column'>bbb</div> ... <div class='column'>jjj</div> </div>
I was wondering if there are ways to use XPath and write some query: I can get the index of the requested item in the list element.
I want to say that I will request the location class='column' , where the text value is aaa , and I will get 0 or 1 ...
thanks
Igal source share