TinyMCE:Configuration/encoding
From Moxiecode Documentation Wiki
[edit]
Option: encoding
This option enables you to get XML escaped contents out of TinyMCE. Posted content will be converted to a XML string escaping characters such as <, >, ", and & to <, >, ", and &. This option is set nothing by default and is therefore disabled.
[edit]
Example of usage of the encoding option:
tinyMCE.init({
...
encoding : "xml"
});
