check the attached example.
the web html content is
<div> <i>watch</i>out </div>
when convert to plainText using QWebeningPage::toPlainText the result is watchout but a more humanable result should be : "watch out"
because the text is lexically seperated by html tags i