I am using tfhpple on IOS to fetch some data feom web. I have this bit of code:
<tr class="odd">
<td class="datet t1360260000-6-1-0-0">
07/02
<br>
19:00
</td>
<td>
....................
</td>
</tr>
The portion I am trying to fetch is 07/02 and 19:00 (concatenated, if possible). But I have problems not only with unclosed <br>
tag but also with first value.