using WordTidy in RTE, one can quickly insert the content of Word documents in an RTE edit window. The generated HTML however contains conditional comments like:
<!--[if !supportEmptyParas]--> <!--[endif]-->
This works fine with FireFox (of course

), but it gets displayed as such by Internet Explorer, cluttering the page.
Checking MSDN, I found out that the syntax according to MicroSoft should be as follows:
<!--[if !supportEmptyParas]> <![endif]-->
so 4 hyphens less. Would it be possible to amend this in RTE/WordTidy?
Thanks in advance,
Ad