Just looking for some high-level guidance or considerations on saving user input as XHTML or as Text. I'm developing a brand new ASP.NET Web application from scratch. Users will be allowed to create substantial portions of web pages - potentially making full use of most of the CuteEditor features. Any good arguments in favor of (or against) always saving user input as XHTML?
Thanks.