It is possible to do this:
in the document I have several tables:
...
table id="odds_ou_159.5"table id="odds_ou_160.5"table id="odds_ou_161.5"...
Tables contain several classes:
...
tr class = odd>tr class = odd>...
class
oddcontain:td class = bookmaker ...td> 161.5 </td>td class = kxtd class = kxtd class = bonus
....
class
kxcontain:span class=" odds-wrap " eu="1.90"> 1.90
Now I need to get content of class odd or just text from <td> 161.5 </td>, but my condition has to be eu="1.90"
Is it possible to get content of Ancestors (in my case class odd) depending on attribute values of Descendants (in my case eu=1.90)
