Hello,
I collect some user input through RT EditorFor, save it to db, and eventually generate a document.
When writing to document, I've encountered the "DocIO support only welformatted xhtml" error.
I checked the input, and there were indeed some tags, that do not comply with xhtml, e.g.:
<div><p><br></p><p>This is not OK.</p><p><br></p></div>
Based on the documentation here:
https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/xhtml-validation/#xhtml-validation
I assumed EnableXhtml option would be taking care of this.
@Html.EJS().RichTextEditorFor(model => model.SolutionProposal).EnableXhtml(true).Render();
However, the problem is unchanged. Is there something else I need to set up?
Thank you for your help,
Petr
Syncfusion v. 18.15