I have this :
<div class="foo">
<h3>Title</h3>
Some text I want to select using a CSS selector.
<div class="subfoo">Some other text</div>
</div>
Is it possible to select only "Some text I want to retrieve using a CSS selector" using a single expression of CSS selectors ?