What I do not like about FreeTextBox is that it is not XHTML compliant. My sites which use XML are looking for XHTML or text, so my XmlDocument object can use them in the form of XmlDocument.InnerXml or XmlDocument.InnerText. When visiting the FreeTextBox website, one can demo the latest version on their front page. To see where I have problems, provide the following code in the “HTML” view of FreeTextBox's demo version.
<table width="100" height="100" border="1"><tr><td class="someclass">Test</td></tr></table><br></br><p/>
Then click on the “Design” view of FreeTextbox, then immediately back to the “HTML” view. Notice now the following code looks like this.
<TABLE height=100 width=100 border=1><TBODY><TR><TD class=someclass>Test </TD></TR></TBODY></TABLE><BR><BR><P></P>
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2010 MuellerDesigns.net
Sign In