C
CxT
Hi,
I need to be able to find the value (5.56) in the td that is a
sibling
of the "Earnings/Share" td. I'm not sure how I go about using XPath
to search for that specific string.
Any guidance would be much appreciated.
CxT
<table>
<tr>
<td>Beta</td>
<td class="cl1">1.66</td>
</tr>
<tr>
<td>Dividend & Yield</td>
<td class="cl1">NA</td>
</tr>
<tr>
<td>Earnings/Share</td>
<td class="cl1">5.56</td>
</tr>
Note: the above comes from a very long html file (this is just a
snippet).
I need to be able to find the value (5.56) in the td that is a
sibling
of the "Earnings/Share" td. I'm not sure how I go about using XPath
to search for that specific string.
Any guidance would be much appreciated.
CxT
<table>
<tr>
<td>Beta</td>
<td class="cl1">1.66</td>
</tr>
<tr>
<td>Dividend & Yield</td>
<td class="cl1">NA</td>
</tr>
<tr>
<td>Earnings/Share</td>
<td class="cl1">5.56</td>
</tr>
Note: the above comes from a very long html file (this is just a
snippet).