Sample table:
<table>
<tr>
<td>14</td>
<td>information</td>
</tr>
<tr>
<td>70</td>
<td>information</td>
</tr>
<tr>
<td>19</td>
<td>information</td>
</tr>
</table>
This iterates over the first child (which should always be a
td) of eachtrelement, gets the text of that child, parses it into a Number, and removes the parenttrif necessary.Here’s a working example.