I have an element like this :
<td> TextA <br/> TextB </td>
How can I extract TextA and TextB separately?
|
I have an element like this :
How can I extract TextA and TextB separately? |
||||
|
|
|
Several ways. That really depends on the document itself and whether the given HTML markup is consistent or not. In this particular example you could get the E.g.
which results in TextA TextB I think it would be nice if Jsoup offered a |
|||||
|