Hi,
i have recognized, that the RadEditor has an powerful HtmlRepair function.
If i set the content of the editor:
it produces an output like this
Now i have the problem that i have to use this html-repair functionality without the editor.
Is this possible?
Thanks in advance!
i have recognized, that the RadEditor has an powerful HtmlRepair function.
If i set the content of the editor:
| <div><li>test<li>test2</li></div> |
it produces an output like this
| <div> |
| <li>test</li> |
| <li>test2</li> |
| </div> |
Now i have the problem that i have to use this html-repair functionality without the editor.
Is this possible?
Thanks in advance!
