Let's have html code like this:
<div id="d1"><span>1.</span>Hallo <span>Kitty, </span><div>How are you?</div></div>
It is just example, there may be different children elements inside.
How can I get text inside of d1
container that is not part of children elements?
For the example above it shold be just "Hallo "