I am trying to load CkEditor on a site that is served as XHTML (and this is mandatory: it cannot be loaded with a normal HTML mime type).
Ckeditor won't load because it uses non valid XHTML (a <span> including a <table> for instance, which causes the browser parser to error out).
Is there a fork of CkEditor that would work on pages served as XML? Given that it produces XHTML compliant output, it seems strange that the interface itself is not XHTML compliant...
Any help is welcomed.
Ckeditor won't load because it uses non valid XHTML (a <span> including a <table> for instance, which causes the browser parser to error out).
Is there a fork of CkEditor that would work on pages served as XML? Given that it produces XHTML compliant output, it seems strange that the interface itself is not XHTML compliant...
Any help is welcomed.