I have this Element:
<td id="color" align="center">
Z 29.02-23.05 someText,
<br>
some.Text2 <a href="man.php?id=111">J. Smith</a> (l.)
</td>
How do I get the text after the tag <br>, to look like some.Text2 J. Smith I tried to find answer in the documentation, but ...
update
If i use
System.out.println(element.select("a").text());
i get just only J. Smith.. Unfortunately, I don't know how to parse tags like <br>
xpath. I will go look for informationsplit... This is also nice. Thank! Let's arrange this in response please.