I scrapped some html via xpath, that I then converted into an etree. Something similar to this:
text1 link text2 <
Another thing that seems to be working well to get the text out of an element is "".join(element.itertext())
"".join(element.itertext())