I want to get the table node where its decendent node="Nohup Files".
What I have so far is
table/descendant::font[self::text()="Nohup Files"]
table/tr/td/b/font[self::text()="Nohup Files"]
but neither works.
<table>
<tr>
<td><b><font>Nohup Files</font></b></td>
</tr>
</table>