I would like to disallow some html tags and attributes.
There is a default dtd implementation, namely CKEDITOR.dtd (implemented in core/dtd.js).
This dtd object representation seems to be the base for the default XHTML generation/data processing.
Is there any way to overwrite this property and implement your own dtd object?
(ideally using the CKEdit API).
Or is there any other recommended (easy) way to support only certain html tags and properties?
Thanks.
There is a default dtd implementation, namely CKEDITOR.dtd (implemented in core/dtd.js).
This dtd object representation seems to be the base for the default XHTML generation/data processing.
Is there any way to overwrite this property and implement your own dtd object?
(ideally using the CKEdit API).
Or is there any other recommended (easy) way to support only certain html tags and properties?
Thanks.