HTML Elements - Selecting the Text. How?
#HateSO.
So for any given element in a HTML document I need to select the text of that node. For example, consider the following:<span class="1234124655G">
Welcome to
<strong class="1234567">
LOREM IPSUM
</strong>
</spa...