I placed word content in htmlTextBox. It is showing #ERROR# 'w' is an undeclared namespace line 1 position 1219. Please help me.
Regards,
B.Sridhar
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 14 Sep 2009, 07:40 AM
Hi Sridhar Bolisetti,
As described in the documentation, the HtmlTextBox item expects valid XHTML data. You can see the supported html tags and css attributes in the latter article and strip unnecessary data from your content until it becomes valid XHTML.