09-30-2013, 05:53 PM
Hi at all,
i have a big problem. I have searched for a solution the last 3 weeks but i didn't find one.
What is my problem?
I must get a value out of a website. The value is in a large table.
Here is an example HTML table:
I only need the Version "V1.12.34".
I hope someone can help me.
Greetings from Germany
Flooole
i have a big problem. I have searched for a solution the last 3 weeks but i didn't find one.
What is my problem?
I must get a value out of a website. The value is in a large table.
Here is an example HTML table:
Code:
<table>
<tbody>
<tr>
<td class="desc">OS</td>
<td>Ubuntu</td>
</tr>
<tr>
<td class="desc">Version</td>
<td>V1.12.34</td>
</tr>
<tr>
<td class="desc">Size</td>
<td>573 Bytes</td>
</tr>
</tbody>
</table>
I only need the Version "V1.12.34".
I hope someone can help me.
Greetings from Germany
Flooole