I actually THINK you can just have a rule copy the content to a plain text (non html) attribute:
If Bo.HtmlAttribute WAS CHANGED Then Bo.NonHtmlAttribute=Bo.HtmlAttribute
NB: If you have complex HTML and divs and stuff that would of course probably not be stripped using the above approach. If you use some HTML formatting etc. only, I think the above works though.