Is <![CDATA[ ... ]]> Escape Character Squence Doesnt work in IE 6 or Firef
<![CDATA[
<table>
<tr><td>testing</td></tr>
</table>
]]>
</content>
when I insert the value of element with tag name content to HTML Doc element InnerHTML. the value is empty string.

