T
Timo Nentwig
Hi!
I want to select the parent of <span class="h2"> (which is <td>). The
following does not work:
//span[@class="h2"]/../td
<blah>
<td>
<span class="h2" />
</td>
</blah>
Why not?
Regards,
Timo
I want to select the parent of <span class="h2"> (which is <td>). The
following does not work:
//span[@class="h2"]/../td
<blah>
<td>
<span class="h2" />
</td>
</blah>
Why not?
Regards,
Timo