Hello all, Here's the situation - I'm writing a CMS, and I need a way to demarcate where content text begins and ends. I have a windows service which then reads the content text, and then processes it in various ways. To demarcate the text, I invented a tag, <articleText> . I surround the articletext...