不管是ftb还是cuteeditor或是HtmlArea这些编辑器
输入文字并给这些文字加上一些修饰
如改变字体颜色或加粗
提交后生成的html代码是这样的:
xxxxx
很明显
上面是不符合w3c标准的了
生成的代码也比较难看
今天在www.asp.net上发现一老外的编辑器
声称生成的代码符合w3c标准
我试了试
果然如此
大家可以看看生成的代码
[code]
|
|
When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do so too.
|
|
|
From this we developed a theory about how an optimal team should behave during a contest. However, a refined strategy is not a must: The World Champions of 1995, Freiburg University, were a rookie team, and the winners of the 1994 Northwestern European Contest, Warsaw University, met only two weeks before that contest.
|
www.lemongtree.com
[/code]
果然不错!
在线的Demo地址
[url]http://cutesoft.net/example/xmloutput.aspx[/url]
就是个头太大了
压缩包有8M之多