I've tried to set InnerText using the following, but I'm not allowed to set the InnerText property:
node.InnerText = node.InnerText.Remove(100) + "..";
The reason for this is that I only want to remove text, not actual elements:
<div>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<img src="" />
</div>