How can I confi开发者_运维问答gure FCKeditor to save HTML symbols as XML symbols (
would be  
)?
When I was using the old FCKEditor I did a lot of post-processing, IE, regexp changes on the form that I submitted to the Database via PHP. It makes it easy to replace elements like <br>
's etc. I would imagine your change could be as simple as doing an htmlentities on the field prior to a database insert.
As an aside, I'm using the newest/latest/greatest version of CKEditor now, and it's lightyears above the old FCK that so many people still use. It's ability to "un-wordify" Microsoft documents on the front end without the need for additional user interaction makes it the best editor out there to me, bar none. On the new one I've started doing a lot of work inside the javascript of the editor itself to modify how it renders the HTML...but with the newer version this seems a lot easier than it used to.
Good luck.
精彩评论