<content>
<![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.
<content>
<![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.